#CA6867

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

Shades of Contessa #CA6867

Tints of Contessa #CA6867

Color information

#CA6867 (or 0xCA6867) is unknown color: approx Contessa. HEX triplet: CA, 68 and 67. RGB value is (202,104,103). Sum of RGB (Red+Green+Blue) = 202+104+103=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6867 is #359798. Grayscale: #858585. Windows color (decimal): -3512217 or 6777034. OLE color: 6777034.

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

Color convert

RGB202104103-
CMYK00.490.490.21
HSL0.61º48.29%59.8%-
HSV(B)0.61º49.01%79.22%-
XYZ31.7623.4415.68-
YUV133.19110.97177.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 103 (40.62% from 255) = 25.18%
R=49.39%
G=25.43%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210410300.490.490.210.6148.2959.8
HexCA686703131151303c
Octal312150147061612516074
Binary11001010110100011001110110001110001101011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6867; }

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

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

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

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

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

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

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

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