#CB726F

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

Shades of Contessa #CB726F

Tints of Contessa #CB726F

Color information

#CB726F (or 0xCB726F) is unknown color: approx Contessa. HEX triplet: CB, 72 and 6F. RGB value is (203,114,111). Sum of RGB (Red+Green+Blue) = 203+114+111=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB726F is #348D90. Grayscale: #8C8C8C. Windows color (decimal): -3444113 or 7303883. OLE color: 7303883.

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

Color convert

RGB203114111-
CMYK00.440.450.20
HSL1.96º46.94%61.57%-
HSV(B)1.96º45.32%79.61%-
XYZ33.5225.8818.27-
YUV140.27111.49172.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=47.43%
G=26.64%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311411100.440.450.201.9646.9461.57
HexCB726F02C2D1422f3e
Octal313162157054552425776
Binary110010111110010110111101011001011011010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB726F; }

 p { color: rgb(203,114,111); }

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

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

 a { background-color: rgb(203,114,111); }

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

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

 span { border-color: rgb(203,114,111); }

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