#CB7067

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

Shades of Contessa #CB7067

Tints of Contessa #CB7067

Color information

#CB7067 (or 0xCB7067) is unknown color: approx Contessa. HEX triplet: CB, 70 and 67. RGB value is (203,112,103). Sum of RGB (Red+Green+Blue) = 203+112+103=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7067 is #348F98. Grayscale: #8A8A8A. Windows color (decimal): -3444633 or 6779083. OLE color: 6779083.

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

Color convert

RGB203112103-
CMYK00.450.490.20
HSL5.4º49.02%60%-
HSV(B)5.4º49.26%79.61%-
XYZ32.8725.2615.98-
YUV138.18108.15174.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 103 (40.62% from 255) = 24.64%
R=48.56%
G=26.79%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311210300.450.490.205.449.0260
HexCB706702D31145313c
Octal313160147055612456174
Binary1100101111100001100111010110111000110100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7067; }

 p { color: rgb(203,112,103); }

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

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

 a { background-color: rgb(203,112,103); }

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

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

 span { border-color: rgb(203,112,103); }

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