#CD6E6B

Color #CD6E6B Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #CD6E6B

Tints of Contessa #CD6E6B

Color information

#CD6E6B (or 0xCD6E6B) is unknown color: approx Contessa. HEX triplet: CD, 6E and 6B. RGB value is (205,110,107). Sum of RGB (Red+Green+Blue) = 205+110+107=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E6B is #329194. Grayscale: #8A8A8A. Windows color (decimal): -3314069 or 7040717. OLE color: 7040717.

HSL color Cylindrical-coordinate representation of color #CD6E6B: hue angle of 1.84º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD6E6B is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB205110107-
CMYK00.460.480.20
HSL1.84º49.49%61.18%-
HSV(B)1.84º47.8%80.39%-
XYZ33.4125.1917.01-
YUV138.06110.47175.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.58%
GREEN value IS 110 (43.36% from 255) = 26.07%
BLUE value IS 107 (42.19% from 255) = 25.36%
R=48.58%
G=26.07%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511010700.460.480.201.8449.4961.18
HexCD6E6B02E30142313d
Octal315156153056602426175
Binary110011011101110110101101011101100001010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E6B; }

 p { color: rgb(205,110,107); }

 H1.HeaderClassName
 {
   color: #CD6E6B;
 }
 .AnyTagClassName
 {
   color: #CD6E6B;
 }
</style>
background-color css

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

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

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

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

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

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