Html Css Color HEX #C86581 Charm

📋 copy color: '#C86581'

red 200 ◦ green 101 ◦ blue 129

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

Shades of Charm #C86581

Tints of Charm #C86581

RGB

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

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

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

R = 46.51%
G = 23.49%
B = 30%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C86581 (or 0xC86581) is known color: Charm. HEX triplet: C8, 65 and 81. RGB value is (200,101,129). Sum of RGB (Red+Green+Blue) = 200+101+129=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C86581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86581 is #379A7E. Grayscale: #858585. Windows color (decimal): -3644031 or 8480200. OLE color: 8480200.

HSL color Cylindrical-coordinate representation of color #C86581: hue angle of 343.03º degrees, saturation: 0.47, 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 #C86581 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 101 129 -
CMYK 0 0.49 0.36 0.22
HSL 343.03º 0.47% 0.59% -
HSV(B) 343.03º 0.5% 0.78% -
XYZ 32.44 23.17 23.53 -
YUV 133.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 200 101 129 0 0.49 0.36 0.22 343.03 0.47 0.59
Hex C8 65 81 0 31 24 16 157 2F 3B
Octal 310 145 201 0 61 44 26 527 57 73
Binary 11001000 1100101 10000001 0 110001 100100 10110 101010111 101111 111011

Color Harmonies of #C86581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86581

Black with #C86581

Text Example


Text Example

White with #C86581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86581; }

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

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

background-color css

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

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

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

border-color css

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

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

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