Html Css Color HEX #CA7F84 Charm

📋 copy color: '#CA7F84'

red 202 ◦ green 127 ◦ blue 132

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

Shades of Charm #CA7F84

Tints of Charm #CA7F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.63%

R = 43.82%
G = 27.55%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA7F84 (or 0xCA7F84) is known color: Charm. HEX triplet: CA, 7F and 84. RGB value is (202,127,132). Sum of RGB (Red+Green+Blue) = 202+127+132=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F84 is #35807B. Grayscale: #969696. Windows color (decimal): -3506300 or 8683466. OLE color: 8683466.

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

Color convert

RGB 202 127 132 -
CMYK 0 0.37 0.35 0.21
HSL 356º 0.41% 0.65% -
HSV(B) 356º 0.37% 0.79% -
XYZ 36.11 29.4 25.6 -
YUV 150 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 202 127 132 0 0.37 0.35 0.21 356 0.41 0.65
Hex CA 7F 84 0 25 23 15 164 29 41
Octal 312 177 204 0 45 43 25 544 51 101
Binary 11001010 1111111 10000100 0 100101 100011 10101 101100100 101001 1000001

Color Harmonies of #CA7F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F84

Black with #CA7F84

Text Example


Text Example

White with #CA7F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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