Html Css Color HEX #CA7987 Charm

📋 copy color: '#CA7987'

red 202 ◦ green 121 ◦ blue 135

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

Shades of Charm #CA7987

Tints of Charm #CA7987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.42%

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

R = 44.1%
G = 26.42%
B = 29.48%

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

#CA7987 (or 0xCA7987) is known color: Charm. HEX triplet: CA, 79 and 87. RGB value is (202,121,135). Sum of RGB (Red+Green+Blue) = 202+121+135=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7987 is #358678. Grayscale: #929292. Windows color (decimal): -3507833 or 8878538. OLE color: 8878538.

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

Color convert

RGB 202 121 135 -
CMYK 0 0.40 0.33 0.21
HSL 349.63º 0.43% 0.63% -
HSV(B) 349.63º 0.4% 0.79% -
XYZ 35.57 27.98 26.45 -
YUV 146.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 202 121 135 0 0.40 0.33 0.21 349.63 0.43 0.63
Hex CA 79 87 0 28 21 15 15E 2B 3F
Octal 312 171 207 0 50 41 25 536 53 77
Binary 11001010 1111001 10000111 0 101000 100001 10101 101011110 101011 111111

Color Harmonies of #CA7987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7987

Black with #CA7987

Text Example


Text Example

White with #CA7987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7987; }

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

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

background-color css

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

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

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

border-color css

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

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

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