Html Css Color HEX #CD6D66 Contessa

📋 copy color: '#CD6D66'

red 205 ◦ green 109 ◦ blue 102

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

Shades of Contessa #CD6D66

Tints of Contessa #CD6D66

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.2%

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

R = 49.28%
G = 26.2%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CD6D66 (or 0xCD6D66) is known color: Contessa. HEX triplet: CD, 6D and 66. RGB value is (205,109,102). Sum of RGB (Red+Green+Blue) = 205+109+102=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6D66 is #329299. Grayscale: #898989. Windows color (decimal): -3314330 or 6712781. OLE color: 6712781.

HSL color Cylindrical-coordinate representation of color #CD6D66: hue angle of 4.08º 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 #CD6D66 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 109 102 -
CMYK 0 0.47 0.50 0.20
HSL 4.08º 0.51% 0.6% -
HSV(B) 4.08º 0.5% 0.8% -
XYZ 33.04 24.88 15.63 -
YUV 136.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 205 109 102 0 0.47 0.50 0.20 4.08 0.51 0.6
Hex CD 6D 66 0 2F 32 14 4 33 3C
Octal 315 155 146 0 57 62 24 4 63 74
Binary 11001101 1101101 1100110 0 101111 110010 10100 100 110011 111100

Color Harmonies of #CD6D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6D66

Black with #CD6D66

Text Example


Text Example

White with #CD6D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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