Html Css Color HEX #C86481 Charm

📋 copy color: '#C86481'

red 200 ◦ green 100 ◦ blue 129

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

Shades of Charm #C86481

Tints of Charm #C86481

RGB

 RED value IS 200 (78.52% from 255) = 46.62%

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

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

R = 46.62%
G = 23.31%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C86481 (or 0xC86481) is known color: Charm. HEX triplet: C8, 64 and 81. RGB value is (200,100,129). Sum of RGB (Red+Green+Blue) = 200+100+129=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C86481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86481 is #379B7E. Grayscale: #858585. Windows color (decimal): -3644287 or 8479944. OLE color: 8479944.

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

Color convert

RGB 200 100 129 -
CMYK 0 0.5 0.36 0.22
HSL 342.6º 0.48% 0.59% -
HSV(B) 342.6º 0.5% 0.78% -
XYZ 32.34 22.98 23.5 -
YUV 133.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 200 100 129 0 0.5 0.36 0.22 342.6 0.48 0.59
Hex C8 64 81 0 32 24 16 157 30 3B
Octal 310 144 201 0 62 44 26 527 60 73
Binary 11001000 1100100 10000001 0 110010 100100 10110 101010111 110000 111011

Color Harmonies of #C86481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86481

Black with #C86481

Text Example


Text Example

White with #C86481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86481; }

 p { color: rgb(200,100,129); }

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

background-color css

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

 a { background-color: rgb(200,100,129); }

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

border-color css

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

 span { border-color: rgb(200,100,129); }

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