Html Css Color HEX #CA7D87 Charm

📋 copy color: '#CA7D87'

red 202 ◦ green 125 ◦ blue 135

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

Shades of Charm #CA7D87

Tints of Charm #CA7D87

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.06%

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

R = 43.72%
G = 27.06%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA7D87 (or 0xCA7D87) is known color: Charm. HEX triplet: CA, 7D and 87. RGB value is (202,125,135). Sum of RGB (Red+Green+Blue) = 202+125+135=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7D87 is #358278. Grayscale: #959595. Windows color (decimal): -3506809 or 8879562. OLE color: 8879562.

HSL color Cylindrical-coordinate representation of color #CA7D87: hue angle of 352.21º 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 #CA7D87 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 125 135 -
CMYK 0 0.38 0.33 0.21
HSL 352.21º 0.42% 0.64% -
HSV(B) 352.21º 0.38% 0.79% -
XYZ 36.06 28.97 26.61 -
YUV 149.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 202 125 135 0 0.38 0.33 0.21 352.21 0.42 0.64
Hex CA 7D 87 0 26 21 15 160 2A 40
Octal 312 175 207 0 46 41 25 540 52 100
Binary 11001010 1111101 10000111 0 100110 100001 10101 101100000 101010 1000000

Color Harmonies of #CA7D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D87

Black with #CA7D87

Text Example


Text Example

White with #CA7D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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