#CA6B68

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

Shades of Contessa #CA6B68

Tints of Contessa #CA6B68

Color information

#CA6B68 (or 0xCA6B68) is unknown color: approx Contessa. HEX triplet: CA, 6B and 68. RGB value is (202,107,104). Sum of RGB (Red+Green+Blue) = 202+107+104=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B68 is #359497. Grayscale: #878787. Windows color (decimal): -3511448 or 6843338. OLE color: 6843338.

HSL color Cylindrical-coordinate representation of color #CA6B68: hue angle of 1.84º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6B68 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB202107104-
CMYK00.470.490.21
HSL1.84º48.04%60%-
HSV(B)1.84º48.51%79.22%-
XYZ32.1124.0716.05-
YUV135.06110.47175.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 104 (41.02% from 255) = 25.18%
R=48.91%
G=25.91%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210710400.470.490.211.8448.0460
HexCA6B6802F31152303c
Octal312153150057612526074
Binary110010101101011110100001011111100011010110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B68; }

 p { color: rgb(202,107,104); }

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

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

 a { background-color: rgb(202,107,104); }

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

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

 span { border-color: rgb(202,107,104); }

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