#cd6c6b

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

Shades of Contessa #CD6C6B

Tints of Contessa #CD6C6B

Color information

#CD6C6B (or 0xCD6C6B) is unknown color: approx Contessa. HEX triplet: CD, 6C and 6B. RGB value is (205,108,107). Sum of RGB (Red+Green+Blue) = 205+108+107=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6C6B is #329394. Grayscale: #888888. Windows color (decimal): -3314581 or 7040205. OLE color: 7040205.

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

Color convert

RGB205108107-
CMYK00.470.480.20
HSL0.61º49.49%61.18%-
HSV(B)0.61º47.8%80.39%-
XYZ33.1924.7716.94-
YUV136.89111.14176.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.81%
GREEN value IS 108 (42.58% from 255) = 25.71%
BLUE value IS 107 (42.19% from 255) = 25.48%
R=48.81%
G=25.71%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510810700.470.480.200.6149.4961.18
HexCD6C6B02F30141313d
Octal315154153057602416175
Binary11001101110110011010110101111110000101001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd6c6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd6c6b; }

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

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

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

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

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

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

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

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