#CB7065

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

Shades of Contessa #CB7065

Tints of Contessa #CB7065

Color information

#CB7065 (or 0xCB7065) is unknown color: approx Contessa. HEX triplet: CB, 70 and 65. RGB value is (203,112,101). Sum of RGB (Red+Green+Blue) = 203+112+101=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7065 is #348F9A. Grayscale: #8A8A8A. Windows color (decimal): -3444635 or 6648011. OLE color: 6648011.

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

Color convert

RGB203112101-
CMYK00.450.500.20
HSL6.47º49.51%59.61%-
HSV(B)6.47º50.25%79.61%-
XYZ32.7725.2215.45-
YUV137.96107.15174.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 101 (39.84% from 255) = 24.28%
R=48.80%
G=26.92%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311210100.450.500.206.4749.5159.61
HexCB706502D32146323c
Octal313160145055622466274
Binary1100101111100001100101010110111001010100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7065; }

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

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

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

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

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

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

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

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