#CB756B

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

Shades of Contessa #CB756B

Tints of Contessa #CB756B

Color information

#CB756B (or 0xCB756B) is unknown color: approx Contessa. HEX triplet: CB, 75 and 6B. RGB value is (203,117,107). Sum of RGB (Red+Green+Blue) = 203+117+107=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB756B is #348A94. Grayscale: #8D8D8D. Windows color (decimal): -3443349 or 7042507. OLE color: 7042507.

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

Color convert

RGB203117107-
CMYK00.420.470.20
HSL6.25º48%60.78%-
HSV(B)6.25º47.29%79.61%-
XYZ33.6426.4817.25-
YUV141.57108.49171.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 107 (42.19% from 255) = 25.06%
R=47.54%
G=27.40%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311710700.420.470.206.254860.78
HexCB756B02A2F146303d
Octal313165153052572466075
Binary1100101111101011101011010101010111110100110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB756B; }

 p { color: rgb(203,117,107); }

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

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

 a { background-color: rgb(203,117,107); }

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

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

 span { border-color: rgb(203,117,107); }

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