Html Css Color HEX #CC625D Indian Red

📋 copy color: '#CC625D'

red 204 ◦ green 98 ◦ blue 93

#CC625D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #CC625D

Tints of Indian Red #CC625D

RGB

 RED value IS 204 (80.08% from 255) = 51.65%

 GREEN value IS 98 (38.67% from 255) = 24.81%

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 51.65%
G = 24.81%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC625D (or 0xCC625D) is known color: Indian Red. HEX triplet: CC, 62 and 5D. RGB value is (204,98,93). Sum of RGB (Red+Green+Blue) = 204+98+93=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC625D is #339DA2. Grayscale: #818181. Windows color (decimal): -3382691 or 6120140. OLE color: 6120140.

HSL color Cylindrical-coordinate representation of color #CC625D: hue angle of 2.7º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC625D is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 98 93 -
CMYK 0 0.52 0.54 0.2
HSL 2.7º 0.52% 0.58% -
HSV(B) 2.7º 0.54% 0.8% -
XYZ 31.25 22.36 13.03 -
YUV 129.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 204 98 93 0 0.52 0.54 0.2 2.7 0.52 0.58
Hex CC 62 5D 0 34 36 14 3 34 3A
Octal 314 142 135 0 64 66 24 3 64 72
Binary 11001100 1100010 1011101 0 110100 110110 10100 11 110100 111010

Color Harmonies of #CC625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC625D

Black with #CC625D

Text Example


Text Example

White with #CC625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC625D; }

 p { color: rgb(204,98,93); }

 H1.HeaderClassName
 {
   color: #CC625D;
 }
 .AnyTagClassName
 {
   color: #CC625D;
 }
</style>

background-color css

<style>
 a { background-color: #CC625D; }

 a { background-color: rgb(204,98,93); }

 div.DivClassName
 {
   background-color: #CC625D;
 }
 .BgClassName
 {
   background-color: #CC625D;
 }
</style>

border-color css

<style>
 span { border-color: #CC625D; }

 span { border-color: rgb(204,98,93); }

 td.TdClassName
 {
   border-color: #CC625D;
 }
 .TagClassName
 {
   border-color: #CC625D;
 }
</style>