#CB7368

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

Shades of Contessa #CB7368

Tints of Contessa #CB7368

Color information

#CB7368 (or 0xCB7368) is unknown color: approx Contessa. HEX triplet: CB, 73 and 68. RGB value is (203,115,104). Sum of RGB (Red+Green+Blue) = 203+115+104=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7368 is #348C97. Grayscale: #8C8C8C. Windows color (decimal): -3443864 or 6845387. OLE color: 6845387.

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

Color convert

RGB203115104-
CMYK00.430.490.20
HSL6.67º48.77%60.2%-
HSV(B)6.67º48.77%79.61%-
XYZ33.2625.9616.35-
YUV140.06107.65172.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 104 (41.02% from 255) = 24.64%
R=48.10%
G=27.25%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311510400.430.490.206.6748.7760.2
HexCB736802B31147313c
Octal313163150053612476174
Binary1100101111100111101000010101111000110100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7368; }

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

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

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

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

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

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

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

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