#CB6968

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

Shades of Contessa #CB6968

Tints of Contessa #CB6968

Color information

#CB6968 (or 0xCB6968) is unknown color: approx Contessa. HEX triplet: CB, 69 and 68. RGB value is (203,105,104). Sum of RGB (Red+Green+Blue) = 203+105+104=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6968 is #349697. Grayscale: #868686. Windows color (decimal): -3446424 or 6842827. OLE color: 6842827.

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

Color convert

RGB203105104-
CMYK00.480.490.20
HSL0.61º48.77%60.2%-
HSV(B)0.61º48.77%79.61%-
XYZ32.1823.815.99-
YUV134.19110.97177.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.27%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 104 (41.02% from 255) = 25.24%
R=49.27%
G=25.49%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310510400.480.490.200.6148.7760.2
HexCB696803031141313c
Octal313151150060612416174
Binary11001011110100111010000110000110001101001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6968; }

 p { color: rgb(203,105,104); }

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

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

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

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

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

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

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