#CD7166

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

Shades of Contessa #CD7166

Tints of Contessa #CD7166

Color information

#CD7166 (or 0xCD7166) is unknown color: approx Contessa. HEX triplet: CD, 71 and 66. RGB value is (205,113,102). Sum of RGB (Red+Green+Blue) = 205+113+102=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7166 is #328E99. Grayscale: #8B8B8B. Windows color (decimal): -3313306 or 6713805. OLE color: 6713805.

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

Color convert

RGB205113102-
CMYK00.450.500.20
HSL6.41º50.74%60.2%-
HSV(B)6.41º50.24%80.39%-
XYZ33.4825.7515.78-
YUV139.25106.98174.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.81%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 102 (40.23% from 255) = 24.29%
R=48.81%
G=26.90%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511310200.450.500.206.4150.7460.2
HexCD716602D32146333c
Octal315161146055622466374
Binary1100110111100011100110010110111001010100110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7166; }

 p { color: rgb(205,113,102); }

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

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

 a { background-color: rgb(205,113,102); }

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

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

 span { border-color: rgb(205,113,102); }

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