#CD7168

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

Shades of Contessa #CD7168

Tints of Contessa #CD7168

Color information

#CD7168 (or 0xCD7168) is unknown color: approx Contessa. HEX triplet: CD, 71 and 68. RGB value is (205,113,104). Sum of RGB (Red+Green+Blue) = 205+113+104=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7168 is #328E97. Grayscale: #8B8B8B. Windows color (decimal): -3313304 or 6844877. OLE color: 6844877.

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

Color convert

RGB205113104-
CMYK00.450.490.20
HSL5.35º50.25%60.59%-
HSV(B)5.35º49.27%80.39%-
XYZ33.5825.7916.3-
YUV139.48107.98174.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.58%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 104 (41.02% from 255) = 24.64%
R=48.58%
G=26.78%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511310400.450.490.205.3550.2560.59
HexCD716802D31145323d
Octal315161150055612456275
Binary1100110111100011101000010110111000110100101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7168; }

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

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

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

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

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

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

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

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