Html Css Color HEX #CA6980 Charm

📋 copy color: '#CA6980'

red 202 ◦ green 105 ◦ blue 128

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

Shades of Charm #CA6980

Tints of Charm #CA6980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.14%

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

R = 46.44%
G = 24.14%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA6980 (or 0xCA6980) is known color: Charm. HEX triplet: CA, 69 and 80. RGB value is (202,105,128). Sum of RGB (Red+Green+Blue) = 202+105+128=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6980 is #35967F. Grayscale: #888888. Windows color (decimal): -3511936 or 8415690. OLE color: 8415690.

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

Color convert

RGB 202 105 128 -
CMYK 0 0.48 0.37 0.21
HSL 345.77º 0.48% 0.6% -
HSV(B) 345.77º 0.48% 0.79% -
XYZ 33.3 24.22 23.34 -
YUV 136.63 123.14 174.63 -
System Red Green Blue C M Y K H S L
Decimal 202 105 128 0 0.48 0.37 0.21 345.77 0.48 0.6
Hex CA 69 80 0 30 25 15 15A 30 3C
Octal 312 151 200 0 60 45 25 532 60 74
Binary 11001010 1101001 10000000 0 110000 100101 10101 101011010 110000 111100

Color Harmonies of #CA6980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6980

Black with #CA6980

Text Example


Text Example

White with #CA6980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6980; }

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

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

background-color css

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

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

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

border-color css

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

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

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