#CA7C8F

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

Shades of Charm #CA7C8F

Tints of Charm #CA7C8F

Color information

#CA7C8F (or 0xCA7C8F) is unknown color: approx Charm. HEX triplet: CA, 7C and 8F. RGB value is (202,124,143). Sum of RGB (Red+Green+Blue) = 202+124+143=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7C8F is #358370. Grayscale: #959595. Windows color (decimal): -3507057 or 9403594. OLE color: 9403594.

HSL color Cylindrical-coordinate representation of color #CA7C8F: hue angle of 345.38º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7C8F is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB202124143-
CMYK00.390.290.21
HSL345.38º42.39%63.92%-
HSV(B)345.38º38.61%79.22%-
XYZ36.5228.9629.65-
YUV149.49124.34165.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 124 (48.83% from 255) = 26.44%
BLUE value IS 143 (56.25% from 255) = 30.49%
R=43.07%
G=26.44%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212414300.390.290.21345.3842.3963.92
HexCA7C8F0271D151592a40
Octal312174217047352553152100
Binary11001010111110010001111010011111101101011010110011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7C8F; }

 p { color: rgb(202,124,143); }

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

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

 a { background-color: rgb(202,124,143); }

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

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

 span { border-color: rgb(202,124,143); }

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