#CA6B69

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

Shades of Contessa #CA6B69

Tints of Contessa #CA6B69

Color information

#CA6B69 (or 0xCA6B69) is unknown color: approx Contessa. HEX triplet: CA, 6B and 69. RGB value is (202,107,105). Sum of RGB (Red+Green+Blue) = 202+107+105=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B69 is #359496. Grayscale: #878787. Windows color (decimal): -3511447 or 6908874. OLE color: 6908874.

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

Color convert

RGB202107105-
CMYK00.470.480.21
HSL1.24º47.78%60.2%-
HSV(B)1.24º48.02%79.22%-
XYZ32.1624.0916.32-
YUV135.18110.97175.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=48.79%
G=25.85%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210710500.470.480.211.2447.7860.2
HexCA6B6902F30151303c
Octal312153151057602516074
Binary11001010110101111010010101111110000101011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B69; }

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

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

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

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

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

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

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

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