Html Css Color HEX #CC6663 Indian Red

📋 copy color: '#CC6663'

red 204 ◦ green 102 ◦ blue 99

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

Shades of Indian Red #CC6663

Tints of Indian Red #CC6663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.19%

 BLUE value IS 99 (39.06% from 255) = 24.44%

R = 50.37%
G = 25.19%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC6663 (or 0xCC6663) is known color: Indian Red. HEX triplet: CC, 66 and 63. RGB value is (204,102,99). Sum of RGB (Red+Green+Blue) = 204+102+99=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6663 is #33999C. Grayscale: #848484. Windows color (decimal): -3381661 or 6514380. OLE color: 6514380.

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

Color convert

RGB 204 102 99 -
CMYK 0 0.5 0.51 0.2
HSL 1.71º 0.51% 0.59% -
HSV(B) 1.71º 0.51% 0.8% -
XYZ 31.91 23.24 14.61 -
YUV 132.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 204 102 99 0 0.5 0.51 0.2 1.71 0.51 0.59
Hex CC 66 63 0 32 33 14 2 33 3B
Octal 314 146 143 0 62 63 24 2 63 73
Binary 11001100 1100110 1100011 0 110010 110011 10100 10 110011 111011

Color Harmonies of #CC6663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6663

Black with #CC6663

Text Example


Text Example

White with #CC6663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6663; }

 p { color: rgb(204,102,99); }

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

background-color css

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

 a { background-color: rgb(204,102,99); }

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

border-color css

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

 span { border-color: rgb(204,102,99); }

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