Html Css Color HEX #CA6583 Charm

📋 copy color: '#CA6583'

red 202 ◦ green 101 ◦ blue 131

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

Shades of Charm #CA6583

Tints of Charm #CA6583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.18%

R = 46.54%
G = 23.27%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA6583 (or 0xCA6583) is known color: Charm. HEX triplet: CA, 65 and 83. RGB value is (202,101,131). Sum of RGB (Red+Green+Blue) = 202+101+131=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6583 is #359A7C. Grayscale: #868686. Windows color (decimal): -3512957 or 8611274. OLE color: 8611274.

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

Color convert

RGB 202 101 131 -
CMYK 0 0.50 0.35 0.21
HSL 342.18º 0.49% 0.59% -
HSV(B) 342.18º 0.5% 0.79% -
XYZ 33.11 23.5 24.26 -
YUV 134.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 202 101 131 0 0.50 0.35 0.21 342.18 0.49 0.59
Hex CA 65 83 0 32 23 15 156 31 3B
Octal 312 145 203 0 62 43 25 526 61 73
Binary 11001010 1100101 10000011 0 110010 100011 10101 101010110 110001 111011

Color Harmonies of #CA6583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6583

Black with #CA6583

Text Example


Text Example

White with #CA6583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6583; }

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

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

background-color css

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

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

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

border-color css

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

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

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