#CD766B

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

Shades of Contessa #CD766B

Tints of Contessa #CD766B

Color information

#CD766B (or 0xCD766B) is unknown color: approx Contessa. HEX triplet: CD, 76 and 6B. RGB value is (205,118,107). Sum of RGB (Red+Green+Blue) = 205+118+107=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD766B is #328994. Grayscale: #8E8E8E. Windows color (decimal): -3312021 or 7042765. OLE color: 7042765.

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

Color convert

RGB205118107-
CMYK00.420.480.20
HSL6.73º49.49%61.18%-
HSV(B)6.73º47.8%80.39%-
XYZ34.312717.31-
YUV142.76107.82172.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=47.67%
G=27.44%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511810700.420.480.206.7349.4961.18
HexCD766B02A30147313d
Octal315166153052602476175
Binary1100110111101101101011010101011000010100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD766B; }

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

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

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

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

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

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

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

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