Html Css Color HEX #CA7880 Charm

📋 copy color: '#CA7880'

red 202 ◦ green 120 ◦ blue 128

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

Shades of Charm #CA7880

Tints of Charm #CA7880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.67%

 BLUE value IS 128 (50.39% from 255) = 28.44%

R = 44.89%
G = 26.67%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA7880 (or 0xCA7880) is known color: Charm. HEX triplet: CA, 78 and 80. RGB value is (202,120,128). Sum of RGB (Red+Green+Blue) = 202+120+128=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7880 is #35877F. Grayscale: #919191. Windows color (decimal): -3508096 or 8419530. OLE color: 8419530.

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

Color convert

RGB 202 120 128 -
CMYK 0 0.41 0.37 0.21
HSL 354.15º 0.44% 0.63% -
HSV(B) 354.15º 0.41% 0.79% -
XYZ 34.97 27.55 23.9 -
YUV 145.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 202 120 128 0 0.41 0.37 0.21 354.15 0.44 0.63
Hex CA 78 80 0 29 25 15 162 2C 3F
Octal 312 170 200 0 51 45 25 542 54 77
Binary 11001010 1111000 10000000 0 101001 100101 10101 101100010 101100 111111

Color Harmonies of #CA7880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7880

Black with #CA7880

Text Example


Text Example

White with #CA7880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7880; }

 p { color: rgb(202,120,128); }

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

background-color css

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

 a { background-color: rgb(202,120,128); }

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

border-color css

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

 span { border-color: rgb(202,120,128); }

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