Html Css Color HEX #C86580 Charm

📋 copy color: '#C86580'

red 200 ◦ green 101 ◦ blue 128

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

Shades of Charm #C86580

Tints of Charm #C86580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.84%

R = 46.62%
G = 23.54%
B = 29.84%

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

#C86580 (or 0xC86580) is known color: Charm. HEX triplet: C8, 65 and 80. RGB value is (200,101,128). Sum of RGB (Red+Green+Blue) = 200+101+128=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C86580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86580 is #379A7F. Grayscale: #858585. Windows color (decimal): -3644032 or 8414664. OLE color: 8414664.

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

Color convert

RGB 200 101 128 -
CMYK 0 0.49 0.36 0.22
HSL 343.64º 0.47% 0.59% -
HSV(B) 343.64º 0.5% 0.78% -
XYZ 32.37 23.15 23.18 -
YUV 133.68 124.8 175.3 -
System Red Green Blue C M Y K H S L
Decimal 200 101 128 0 0.49 0.36 0.22 343.64 0.47 0.59
Hex C8 65 80 0 31 24 16 158 2F 3B
Octal 310 145 200 0 61 44 26 530 57 73
Binary 11001000 1100101 10000000 0 110001 100100 10110 101011000 101111 111011

Color Harmonies of #C86580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86580

Black with #C86580

Text Example


Text Example

White with #C86580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86580; }

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

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

background-color css

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

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

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

border-color css

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

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

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