Html Css Color HEX #CA7A87 Charm

📋 copy color: '#CA7A87'

red 202 ◦ green 122 ◦ blue 135

#CA7A87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #CA7A87

Tints of Charm #CA7A87

RGB

 RED value IS 202 (79.3% from 255) = 44.01%

 GREEN value IS 122 (48.05% from 255) = 26.58%

 BLUE value IS 135 (53.13% from 255) = 29.41%

R = 44.01%
G = 26.58%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA7A87 (or 0xCA7A87) is known color: Charm. HEX triplet: CA, 7A and 87. RGB value is (202,122,135). Sum of RGB (Red+Green+Blue) = 202+122+135=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A87 is #358578. Grayscale: #939393. Windows color (decimal): -3507577 or 8878794. OLE color: 8878794.

HSL color Cylindrical-coordinate representation of color #CA7A87: hue angle of 350.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7A87 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 122 135 -
CMYK 0 0.40 0.33 0.21
HSL 350.25º 0.43% 0.64% -
HSV(B) 350.25º 0.4% 0.79% -
XYZ 35.69 28.22 26.49 -
YUV 147.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 202 122 135 0 0.40 0.33 0.21 350.25 0.43 0.64
Hex CA 7A 87 0 28 21 15 15E 2B 40
Octal 312 172 207 0 50 41 25 536 53 100
Binary 11001010 1111010 10000111 0 101000 100001 10101 101011110 101011 1000000

Color Harmonies of #CA7A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A87

Black with #CA7A87

Text Example


Text Example

White with #CA7A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A87; }

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

 H1.HeaderClassName
 {
   color: #CA7A87;
 }
 .AnyTagClassName
 {
   color: #CA7A87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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