#cb6b6a

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

Shades of Contessa #CB6B6A

Tints of Contessa #CB6B6A

Color information

#CB6B6A (or 0xCB6B6A) is unknown color: approx Contessa. HEX triplet: CB, 6B and 6A. RGB value is (203,107,106). Sum of RGB (Red+Green+Blue) = 203+107+106=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B6A is #349495. Grayscale: #878787. Windows color (decimal): -3445910 or 6974411. OLE color: 6974411.

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

Color convert

RGB203107106-
CMYK00.470.480.20
HSL0.62º48.26%60.59%-
HSV(B)0.62º47.78%79.61%-
XYZ32.4924.2516.6-
YUV135.59111.3176.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 106 (41.80% from 255) = 25.48%
R=48.80%
G=25.72%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310710600.470.480.200.6248.2660.59
HexCB6B6A02F30141303d
Octal313153152057602416075
Binary11001011110101111010100101111110000101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb6b6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb6b6a; }

 p { color: rgb(203,107,106); }

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

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

 a { background-color: rgb(203,107,106); }

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

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

 span { border-color: rgb(203,107,106); }

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