#CB736F

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

Shades of Contessa #CB736F

Tints of Contessa #CB736F

Color information

#CB736F (or 0xCB736F) is unknown color: approx Contessa. HEX triplet: CB, 73 and 6F. RGB value is (203,115,111). Sum of RGB (Red+Green+Blue) = 203+115+111=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB736F is #348C90. Grayscale: #8C8C8C. Windows color (decimal): -3443857 or 7304139. OLE color: 7304139.

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

Color convert

RGB203115111-
CMYK00.430.450.20
HSL2.61º46.94%61.57%-
HSV(B)2.61º45.32%79.61%-
XYZ33.6326.1118.31-
YUV140.86111.15172.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=47.32%
G=26.81%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311511100.430.450.202.6146.9461.57
HexCB736F02B2D1432f3e
Octal313163157053552435776
Binary110010111110011110111101010111011011010011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB736F; }

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

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

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

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

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

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

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

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