#CD6D68

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

Shades of Contessa #CD6D68

Tints of Contessa #CD6D68

Color information

#CD6D68 (or 0xCD6D68) is unknown color: approx Contessa. HEX triplet: CD, 6D and 68. RGB value is (205,109,104). Sum of RGB (Red+Green+Blue) = 205+109+104=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6D68 is #329297. Grayscale: #898989. Windows color (decimal): -3314328 or 6843853. OLE color: 6843853.

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

Color convert

RGB205109104-
CMYK00.470.490.20
HSL2.97º50.25%60.59%-
HSV(B)2.97º49.27%80.39%-
XYZ33.1424.9216.16-
YUV137.13109.3176.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.04%
GREEN value IS 109 (42.97% from 255) = 26.08%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=49.04%
G=26.08%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510910400.470.490.202.9750.2560.59
HexCD6D6802F31143323d
Octal315155150057612436275
Binary110011011101101110100001011111100011010011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6D68; }

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

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

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

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

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

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

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

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