#CD6B61

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

Shades of Contessa #CD6B61

Tints of Contessa #CD6B61

Color information

#CD6B61 (or 0xCD6B61) is unknown color: approx Contessa. HEX triplet: CD, 6B and 61. RGB value is (205,107,97). Sum of RGB (Red+Green+Blue) = 205+107+97=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6B61 is #32949E. Grayscale: #878787. Windows color (decimal): -3314847 or 6384589. OLE color: 6384589.

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

Color convert

RGB20510797-
CMYK00.480.530.20
HSL5.56º51.92%59.22%-
HSV(B)5.56º52.68%80.39%-
XYZ32.5924.3614.29-
YUV135.16106.47177.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.12%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=50.12%
G=26.16%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051079700.480.530.205.5651.9259.22
HexCD6B6103035146343b
Octal315153141060652466473
Binary1100110111010111100001011000011010110100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6B61; }

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

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

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

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

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

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

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

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