Html Css Color HEX #C86681 Charm

📋 copy color: '#C86681'

red 200 ◦ green 102 ◦ blue 129

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

Shades of Charm #C86681

Tints of Charm #C86681

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.67%

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

R = 46.4%
G = 23.67%
B = 29.93%

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

#C86681 (or 0xC86681) is known color: Charm. HEX triplet: C8, 66 and 81. RGB value is (200,102,129). Sum of RGB (Red+Green+Blue) = 200+102+129=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C86681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86681 is #37997E. Grayscale: #868686. Windows color (decimal): -3643775 or 8480456. OLE color: 8480456.

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

Color convert

RGB 200 102 129 -
CMYK 0 0.49 0.36 0.22
HSL 343.47º 0.47% 0.59% -
HSV(B) 343.47º 0.49% 0.78% -
XYZ 32.53 23.37 23.56 -
YUV 134.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 200 102 129 0 0.49 0.36 0.22 343.47 0.47 0.59
Hex C8 66 81 0 31 24 16 157 2F 3B
Octal 310 146 201 0 61 44 26 527 57 73
Binary 11001000 1100110 10000001 0 110001 100100 10110 101010111 101111 111011

Color Harmonies of #C86681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86681

Black with #C86681

Text Example


Text Example

White with #C86681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86681; }

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

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

background-color css

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

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

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

border-color css

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

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

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