Html Css Color HEX #CA6281 Charm

📋 copy color: '#CA6281'

red 202 ◦ green 98 ◦ blue 129

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

Shades of Charm #CA6281

Tints of Charm #CA6281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.84%

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 47.09%
G = 22.84%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA6281 (or 0xCA6281) is known color: Charm. HEX triplet: CA, 62 and 81. RGB value is (202,98,129). Sum of RGB (Red+Green+Blue) = 202+98+129=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6281 is #359D7E. Grayscale: #848484. Windows color (decimal): -3513727 or 8479434. OLE color: 8479434.

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

Color convert

RGB 202 98 129 -
CMYK 0 0.51 0.36 0.21
HSL 342.12º 0.5% 0.59% -
HSV(B) 342.12º 0.51% 0.79% -
XYZ 32.69 22.88 23.46 -
YUV 132.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 202 98 129 0 0.51 0.36 0.21 342.12 0.5 0.59
Hex CA 62 81 0 33 24 15 156 32 3B
Octal 312 142 201 0 63 44 25 526 62 73
Binary 11001010 1100010 10000001 0 110011 100100 10101 101010110 110010 111011

Color Harmonies of #CA6281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6281

Black with #CA6281

Text Example


Text Example

White with #CA6281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6281; }

 p { color: rgb(202,98,129); }

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

background-color css

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

 a { background-color: rgb(202,98,129); }

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

border-color css

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

 span { border-color: rgb(202,98,129); }

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