Html Css Color HEX #C86582 Charm

📋 copy color: '#C86582'

red 200 ◦ green 101 ◦ blue 130

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

Shades of Charm #C86582

Tints of Charm #C86582

RGB

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

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

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

R = 46.4%
G = 23.43%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C86582 (or 0xC86582) is known color: Charm. HEX triplet: C8, 65 and 82. RGB value is (200,101,130). Sum of RGB (Red+Green+Blue) = 200+101+130=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C86582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86582 is #379A7D. Grayscale: #858585. Windows color (decimal): -3644030 or 8545736. OLE color: 8545736.

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

Color convert

RGB 200 101 130 -
CMYK 0 0.49 0.35 0.22
HSL 342.42º 0.47% 0.59% -
HSV(B) 342.42º 0.5% 0.78% -
XYZ 32.5 23.2 23.88 -
YUV 133.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 200 101 130 0 0.49 0.35 0.22 342.42 0.47 0.59
Hex C8 65 82 0 31 23 16 156 2F 3B
Octal 310 145 202 0 61 43 26 526 57 73
Binary 11001000 1100101 10000010 0 110001 100011 10110 101010110 101111 111011

Color Harmonies of #C86582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86582

Black with #C86582

Text Example


Text Example

White with #C86582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86582; }

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

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

background-color css

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

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

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

border-color css

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

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

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