Html Css Color HEX #CA6582 Charm

📋 copy color: '#CA6582'

red 202 ◦ green 101 ◦ blue 130

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

Shades of Charm #CA6582

Tints of Charm #CA6582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.33%

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

R = 46.65%
G = 23.33%
B = 30.02%

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

#CA6582 (or 0xCA6582) is known color: Charm. HEX triplet: CA, 65 and 82. RGB value is (202,101,130). Sum of RGB (Red+Green+Blue) = 202+101+130=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6582 is #359A7D. Grayscale: #868686. Windows color (decimal): -3512958 or 8545738. OLE color: 8545738.

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

Color convert

RGB 202 101 130 -
CMYK 0 0.50 0.36 0.21
HSL 342.77º 0.49% 0.59% -
HSV(B) 342.77º 0.5% 0.79% -
XYZ 33.04 23.48 23.91 -
YUV 134.51 125.46 176.14 -
System Red Green Blue C M Y K H S L
Decimal 202 101 130 0 0.50 0.36 0.21 342.77 0.49 0.59
Hex CA 65 82 0 32 24 15 157 31 3B
Octal 312 145 202 0 62 44 25 527 61 73
Binary 11001010 1100101 10000010 0 110010 100100 10101 101010111 110001 111011

Color Harmonies of #CA6582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6582

Black with #CA6582

Text Example


Text Example

White with #CA6582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6582; }

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

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

background-color css

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

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

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

border-color css

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

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

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