Html Css Color HEX #CA6982 Charm

📋 copy color: '#CA6982'

red 202 ◦ green 105 ◦ blue 130

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

Shades of Charm #CA6982

Tints of Charm #CA6982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.75%

R = 46.22%
G = 24.03%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA6982 (or 0xCA6982) is known color: Charm. HEX triplet: CA, 69 and 82. RGB value is (202,105,130). Sum of RGB (Red+Green+Blue) = 202+105+130=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6982 is #35967D. Grayscale: #888888. Windows color (decimal): -3511934 or 8546762. OLE color: 8546762.

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

Color convert

RGB 202 105 130 -
CMYK 0 0.48 0.36 0.21
HSL 344.54º 0.48% 0.6% -
HSV(B) 344.54º 0.48% 0.79% -
XYZ 33.44 24.27 24.04 -
YUV 136.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 202 105 130 0 0.48 0.36 0.21 344.54 0.48 0.6
Hex CA 69 82 0 30 24 15 159 30 3C
Octal 312 151 202 0 60 44 25 531 60 74
Binary 11001010 1101001 10000010 0 110000 100100 10101 101011001 110000 111100

Color Harmonies of #CA6982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6982

Black with #CA6982

Text Example


Text Example

White with #CA6982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6982; }

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

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

background-color css

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

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

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

border-color css

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

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

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