#CA7D7F

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

Shades of Charm #CA7D7F

Tints of Charm #CA7D7F

Color information

#CA7D7F (or 0xCA7D7F) is unknown color: approx Charm. HEX triplet: CA, 7D and 7F. RGB value is (202,125,127). Sum of RGB (Red+Green+Blue) = 202+125+127=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D7F is #358280. Grayscale: #949494. Windows color (decimal): -3506817 or 8355274. OLE color: 8355274.

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

Color convert

RGB202125127-
CMYK00.380.370.21
HSL358.44º42.08%64.12%-
HSV(B)358.44º38.12%79.22%-
XYZ35.5228.7623.76-
YUV148.25116.01166.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 125 (49.22% from 255) = 27.53%
BLUE value IS 127 (50% from 255) = 27.97%
R=44.49%
G=27.53%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212512700.380.370.21358.4442.0864.12
HexCA7D7F02625151662a40
Octal312175177046452554652100
Binary11001010111110111111110100110100101101011011001101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7D7F; }

 p { color: rgb(202,125,127); }

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

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

 a { background-color: rgb(202,125,127); }

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

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

 span { border-color: rgb(202,125,127); }

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