#CD6867

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

Shades of Contessa #CD6867

Tints of Contessa #CD6867

Color information

#CD6867 (or 0xCD6867) is unknown color: approx Contessa. HEX triplet: CD, 68 and 67. RGB value is (205,104,103). Sum of RGB (Red+Green+Blue) = 205+104+103=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6867 is #329798. Grayscale: #868686. Windows color (decimal): -3315609 or 6777037. OLE color: 6777037.

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

Color convert

RGB205104103-
CMYK00.490.500.20
HSL0.59º50.5%60.39%-
HSV(B)0.59º49.76%80.39%-
XYZ32.5823.8615.72-
YUV134.08110.46178.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.76%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 103 (40.62% from 255) = 25%
R=49.76%
G=25.24%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510410300.490.500.200.5950.560.39
HexCD686703132141323c
Octal315150147061622416274
Binary11001101110100011001110110001110010101001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6867; }

 p { color: rgb(205,104,103); }

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

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

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

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

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

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

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