#CB6F65

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

Shades of Contessa #CB6F65

Tints of Contessa #CB6F65

Color information

#CB6F65 (or 0xCB6F65) is unknown color: approx Contessa. HEX triplet: CB, 6F and 65. RGB value is (203,111,101). Sum of RGB (Red+Green+Blue) = 203+111+101=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F65 is #34909A. Grayscale: #898989. Windows color (decimal): -3444891 or 6647755. OLE color: 6647755.

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

Color convert

RGB203111101-
CMYK00.450.500.20
HSL5.88º49.51%59.61%-
HSV(B)5.88º50.25%79.61%-
XYZ32.662515.42-
YUV137.37107.48174.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.92%
GREEN value IS 111 (43.75% from 255) = 26.75%
BLUE value IS 101 (39.84% from 255) = 24.34%
R=48.92%
G=26.75%
B=24.34%

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
Decimal20311110100.450.500.205.8849.5159.61
HexCB6F6502D32146323c
Octal313157145055622466274
Binary1100101111011111100101010110111001010100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6F65; }

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

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

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

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

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

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

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

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