#CD6B63

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

Shades of Contessa #CD6B63

Tints of Contessa #CD6B63

Color information

#CD6B63 (or 0xCD6B63) is unknown color: approx Contessa. HEX triplet: CD, 6B and 63. RGB value is (205,107,99). Sum of RGB (Red+Green+Blue) = 205+107+99=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6B63 is #32949C. Grayscale: #878787. Windows color (decimal): -3314845 or 6515661. OLE color: 6515661.

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

Color convert

RGB20510799-
CMYK00.480.520.20
HSL4.53º51.46%59.61%-
HSV(B)4.53º51.71%80.39%-
XYZ32.6924.414.79-
YUV135.39107.47177.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.88%
GREEN value IS 107 (42.19% from 255) = 26.03%
BLUE value IS 99 (39.06% from 255) = 24.09%
R=49.88%
G=26.03%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051079900.480.520.204.5351.4659.61
HexCD6B6303034145333c
Octal315153143060642456374
Binary1100110111010111100011011000011010010100101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6B63; }

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

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

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

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

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

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

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

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