Html Css Color HEX #CA7F87 Charm

📋 copy color: '#CA7F87'

red 202 ◦ green 127 ◦ blue 135

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

Shades of Charm #CA7F87

Tints of Charm #CA7F87

RGB

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

 GREEN value IS 127 (50% from 255) = 27.37%

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

R = 43.53%
G = 27.37%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA7F87 (or 0xCA7F87) is known color: Charm. HEX triplet: CA, 7F and 87. RGB value is (202,127,135). Sum of RGB (Red+Green+Blue) = 202+127+135=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F87 is #358078. Grayscale: #969696. Windows color (decimal): -3506297 or 8880074. OLE color: 8880074.

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

Color convert

RGB 202 127 135 -
CMYK 0 0.37 0.33 0.21
HSL 353.6º 0.41% 0.65% -
HSV(B) 353.6º 0.37% 0.79% -
XYZ 36.32 29.48 26.7 -
YUV 150.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 202 127 135 0 0.37 0.33 0.21 353.6 0.41 0.65
Hex CA 7F 87 0 25 21 15 162 29 41
Octal 312 177 207 0 45 41 25 542 51 101
Binary 11001010 1111111 10000111 0 100101 100001 10101 101100010 101001 1000001

Color Harmonies of #CA7F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F87

Black with #CA7F87

Text Example


Text Example

White with #CA7F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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