#CD7367

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

Shades of Contessa #CD7367

Tints of Contessa #CD7367

Color information

#CD7367 (or 0xCD7367) is unknown color: approx Contessa. HEX triplet: CD, 73 and 67. RGB value is (205,115,103). Sum of RGB (Red+Green+Blue) = 205+115+103=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7367 is #328C98. Grayscale: #8C8C8C. Windows color (decimal): -3312793 or 6779853. OLE color: 6779853.

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

Color convert

RGB205115103-
CMYK00.440.500.20
HSL7.06º50.5%60.39%-
HSV(B)7.06º49.76%80.39%-
XYZ33.7626.2216.11-
YUV140.54106.82173.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 103 (40.62% from 255) = 24.35%
R=48.46%
G=27.19%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511510300.440.500.207.0650.560.39
HexCD736702C32147323c
Octal315163147054622476274
Binary1100110111100111100111010110011001010100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7367; }

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

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

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

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

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

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

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

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