#CB746D

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

Shades of Contessa #CB746D

Tints of Contessa #CB746D

Color information

#CB746D (or 0xCB746D) is unknown color: approx Contessa. HEX triplet: CB, 74 and 6D. RGB value is (203,116,109). Sum of RGB (Red+Green+Blue) = 203+116+109=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB746D is #348B92. Grayscale: #8D8D8D. Windows color (decimal): -3443603 or 7173323. OLE color: 7173323.

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

Color convert

RGB203116109-
CMYK00.430.460.20
HSL4.47º47.47%61.18%-
HSV(B)4.47º46.31%79.61%-
XYZ33.6326.2917.77-
YUV141.21109.82172.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 116 (45.70% from 255) = 27.10%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=47.43%
G=27.10%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311610900.430.460.204.4747.4761.18
HexCB746D02B2E1442f3d
Octal313164155053562445775
Binary1100101111101001101101010101110111010100100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB746D; }

 p { color: rgb(203,116,109); }

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

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

 a { background-color: rgb(203,116,109); }

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

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

 span { border-color: rgb(203,116,109); }

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