Html Css Color HEX #CA6482 Charm

📋 copy color: '#CA6482'

red 202 ◦ green 100 ◦ blue 130

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

Shades of Charm #CA6482

Tints of Charm #CA6482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.15%

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

R = 46.76%
G = 23.15%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA6482 (or 0xCA6482) is known color: Charm. HEX triplet: CA, 64 and 82. RGB value is (202,100,130). Sum of RGB (Red+Green+Blue) = 202+100+130=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6482 is #359B7D. Grayscale: #858585. Windows color (decimal): -3513214 or 8545482. OLE color: 8545482.

HSL color Cylindrical-coordinate representation of color #CA6482: hue angle of 342.35º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6482 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 100 130 -
CMYK 0 0.50 0.36 0.21
HSL 342.35º 0.49% 0.59% -
HSV(B) 342.35º 0.5% 0.79% -
XYZ 32.94 23.28 23.88 -
YUV 133.92 125.79 176.56 -
System Red Green Blue C M Y K H S L
Decimal 202 100 130 0 0.50 0.36 0.21 342.35 0.49 0.59
Hex CA 64 82 0 32 24 15 156 31 3B
Octal 312 144 202 0 62 44 25 526 61 73
Binary 11001010 1100100 10000010 0 110010 100100 10101 101010110 110001 111011

Color Harmonies of #CA6482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6482

Black with #CA6482

Text Example


Text Example

White with #CA6482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6482; }

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

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

background-color css

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

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

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

border-color css

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

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

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