Html Css Color HEX #C86782 Charm

📋 copy color: '#C86782'

red 200 ◦ green 103 ◦ blue 130

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

Shades of Charm #C86782

Tints of Charm #C86782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.79%

 BLUE value IS 130 (51.17% from 255) = 30.02%

R = 46.19%
G = 23.79%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C86782 (or 0xC86782) is known color: Charm. HEX triplet: C8, 67 and 82. RGB value is (200,103,130). Sum of RGB (Red+Green+Blue) = 200+103+130=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C86782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86782 is #37987D. Grayscale: #878787. Windows color (decimal): -3643518 or 8546248. OLE color: 8546248.

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

Color convert

RGB 200 103 130 -
CMYK 0 0.48 0.35 0.22
HSL 343.3º 0.47% 0.59% -
HSV(B) 343.3º 0.49% 0.78% -
XYZ 32.7 23.59 23.95 -
YUV 135.08 125.14 174.3 -
System Red Green Blue C M Y K H S L
Decimal 200 103 130 0 0.48 0.35 0.22 343.3 0.47 0.59
Hex C8 67 82 0 30 23 16 157 2F 3B
Octal 310 147 202 0 60 43 26 527 57 73
Binary 11001000 1100111 10000010 0 110000 100011 10110 101010111 101111 111011

Color Harmonies of #C86782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86782

Black with #C86782

Text Example


Text Example

White with #C86782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86782; }

 p { color: rgb(200,103,130); }

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

background-color css

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

 a { background-color: rgb(200,103,130); }

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

border-color css

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

 span { border-color: rgb(200,103,130); }

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