#CD7467

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

Shades of Contessa #CD7467

Tints of Contessa #CD7467

Color information

#CD7467 (or 0xCD7467) is unknown color: approx Contessa. HEX triplet: CD, 74 and 67. RGB value is (205,116,103). Sum of RGB (Red+Green+Blue) = 205+116+103=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7467 is #328B98. Grayscale: #8D8D8D. Windows color (decimal): -3312537 or 6780109. OLE color: 6780109.

HSL color Cylindrical-coordinate representation of color #CD7467: hue angle of 7.65º degrees, saturation: 0.5, 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 #CD7467 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205116103-
CMYK00.430.500.20
HSL7.65º50.5%60.39%-
HSV(B)7.65º49.76%80.39%-
XYZ33.8726.4516.15-
YUV141.13106.49173.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 103 (40.62% from 255) = 24.29%
R=48.35%
G=27.36%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511610300.430.500.207.6550.560.39
HexCD746702B32148323c
Octal3151641470536224106274
Binary11001101111010011001110101011110010101001000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7467; }

 p { color: rgb(205,116,103); }

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

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

 a { background-color: rgb(205,116,103); }

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

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

 span { border-color: rgb(205,116,103); }

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