#CA6F69

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

Shades of Contessa #CA6F69

Tints of Contessa #CA6F69

Color information

#CA6F69 (or 0xCA6F69) is unknown color: approx Contessa. HEX triplet: CA, 6F and 69. RGB value is (202,111,105). Sum of RGB (Red+Green+Blue) = 202+111+105=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F69 is #359096. Grayscale: #898989. Windows color (decimal): -3510423 or 6909898. OLE color: 6909898.

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

Color convert

RGB202111105-
CMYK00.450.480.21
HSL3.71º47.78%60.2%-
HSV(B)3.71º48.02%79.22%-
XYZ32.5924.9516.46-
YUV137.52109.65173.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=48.33%
G=26.56%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211110500.450.480.213.7147.7860.2
HexCA6F6902D30154303c
Octal312157151055602546074
Binary1100101011011111101001010110111000010101100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F69; }

 p { color: rgb(202,111,105); }

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

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

 a { background-color: rgb(202,111,105); }

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

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

 span { border-color: rgb(202,111,105); }

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