#cb6d6d

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

Shades of Contessa #CB6D6D

Tints of Contessa #CB6D6D

Color information

#CB6D6D (or 0xCB6D6D) is unknown color: approx Contessa. HEX triplet: CB, 6D and 6D. RGB value is (203,109,109). Sum of RGB (Red+Green+Blue) = 203+109+109=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D6D is #349292. Grayscale: #898989. Windows color (decimal): -3445395 or 7171531. OLE color: 7171531.

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

Color convert

RGB203109109-
CMYK00.460.460.20
HSL47.47%61.18%-
HSV(B)46.31%79.61%-
XYZ32.8624.7417.51-
YUV137.11112.14175-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 109 (42.97% from 255) = 25.89%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=48.22%
G=25.89%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310910900.460.460.20047.4761.18
HexCB6D6D02E2E1402f3d
Octal313155155056562405775
Binary11001011110110111011010101110101110101000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb6d6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb6d6d; }

 p { color: rgb(203,109,109); }

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

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

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

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

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

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

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