#CB7164

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

Shades of Contessa #CB7164

Tints of Contessa #CB7164

Color information

#CB7164 (or 0xCB7164) is unknown color: approx Contessa. HEX triplet: CB, 71 and 64. RGB value is (203,113,100). Sum of RGB (Red+Green+Blue) = 203+113+100=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7164 is #348E9B. Grayscale: #8A8A8A. Windows color (decimal): -3444380 or 6582731. OLE color: 6582731.

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

Color convert

RGB203113100-
CMYK00.440.510.20
HSL7.57º49.76%59.41%-
HSV(B)7.57º50.74%79.61%-
XYZ32.8325.4315.23-
YUV138.43106.32174.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 100 (39.45% from 255) = 24.04%
R=48.80%
G=27.16%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311310000.440.510.207.5749.7659.41
HexCB716402C33148323b
Octal3131611440546324106273
Binary11001011111000111001000101100110011101001000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7164; }

 p { color: rgb(203,113,100); }

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

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

 a { background-color: rgb(203,113,100); }

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

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

 span { border-color: rgb(203,113,100); }

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