#CB6A68

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

Shades of Contessa #CB6A68

Tints of Contessa #CB6A68

Color information

#CB6A68 (or 0xCB6A68) is unknown color: approx Contessa. HEX triplet: CB, 6A and 68. RGB value is (203,106,104). Sum of RGB (Red+Green+Blue) = 203+106+104=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A68 is #349597. Grayscale: #868686. Windows color (decimal): -3446168 or 6843083. OLE color: 6843083.

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

Color convert

RGB203106104-
CMYK00.480.490.20
HSL1.21º48.77%60.2%-
HSV(B)1.21º48.77%79.61%-
XYZ32.282416.03-
YUV134.77110.64176.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.15%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 104 (41.02% from 255) = 25.18%
R=49.15%
G=25.67%
B=25.18%

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
Decimal20310610400.480.490.201.2148.7760.2
HexCB6A6803031141313c
Octal313152150060612416174
Binary11001011110101011010000110000110001101001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A68; }

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

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

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

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

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

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

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

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