Html Css Color HEX #CD6666 Indian Red

📋 copy color: '#CD6666'

red 205 ◦ green 102 ◦ blue 102

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

Shades of Indian Red #CD6666

Tints of Indian Red #CD6666

RGB

 RED value IS 205 (80.47% from 255) = 50.12%

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

 BLUE value IS 102 (40.23% from 255) = 24.94%

R = 50.12%
G = 24.94%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CD6666 (or 0xCD6666) is known color: Indian Red. HEX triplet: CD, 66 and 66. RGB value is (205,102,102). Sum of RGB (Red+Green+Blue) = 205+102+102=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6666 is #329999. Grayscale: #848484. Windows color (decimal): -3316122 or 6710989. OLE color: 6710989.

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

Color convert

RGB 205 102 102 -
CMYK 0 0.50 0.50 0.20
HSL 0.51% 0.6% -
HSV(B) 0.5% 0.8% -
XYZ 32.33 23.44 15.39 -
YUV 132.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 205 102 102 0 0.50 0.50 0.20 0 0.51 0.6
Hex CD 66 66 0 32 32 14 0 33 3C
Octal 315 146 146 0 62 62 24 0 63 74
Binary 11001101 1100110 1100110 0 110010 110010 10100 0 110011 111100

Color Harmonies of #CD6666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6666

Black with #CD6666

Text Example


Text Example

White with #CD6666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6666; }

 p { color: rgb(205,102,102); }

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

background-color css

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

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

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

border-color css

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

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

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