#CD7268

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

Shades of Contessa #CD7268

Tints of Contessa #CD7268

Color information

#CD7268 (or 0xCD7268) is unknown color: approx Contessa. HEX triplet: CD, 72 and 68. RGB value is (205,114,104). Sum of RGB (Red+Green+Blue) = 205+114+104=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7268 is #328D97. Grayscale: #8C8C8C. Windows color (decimal): -3313048 or 6845133. OLE color: 6845133.

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

Color convert

RGB205114104-
CMYK00.440.490.20
HSL5.94º50.25%60.59%-
HSV(B)5.94º49.27%80.39%-
XYZ33.6926.0116.34-
YUV140.07107.65174.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 104 (41.02% from 255) = 24.59%
R=48.46%
G=26.95%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511410400.440.490.205.9450.2560.59
HexCD726802C31146323d
Octal315162150054612466275
Binary1100110111100101101000010110011000110100110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7268; }

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

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

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

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

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

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

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

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