#CA6F7A

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

Shades of Charm #CA6F7A

Tints of Charm #CA6F7A

Color information

#CA6F7A (or 0xCA6F7A) is unknown color: approx Charm. HEX triplet: CA, 6F and 7A. RGB value is (202,111,122). Sum of RGB (Red+Green+Blue) = 202+111+122=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F7A is #359085. Grayscale: #8B8B8B. Windows color (decimal): -3510406 or 8024010. OLE color: 8024010.

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

Color convert

RGB202111122-
CMYK00.450.400.21
HSL352.75º46.19%61.37%-
HSV(B)352.75º45.05%79.22%-
XYZ33.5525.3321.53-
YUV139.46118.15172.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=46.44%
G=25.52%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211112200.450.400.21352.7546.1961.37
HexCA6F7A02D28151612e3d
Octal31215717205550255415675
Binary1100101011011111111010010110110100010101101100001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F7A; }

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

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

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

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

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

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

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

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