Html Css Color HEX #C86F82 Charm

📋 copy color: '#C86F82'

red 200 ◦ green 111 ◦ blue 130

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

Shades of Charm #C86F82

Tints of Charm #C86F82

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.17%

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

R = 45.35%
G = 25.17%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C86F82 (or 0xC86F82) is known color: Charm. HEX triplet: C8, 6F and 82. RGB value is (200,111,130). Sum of RGB (Red+Green+Blue) = 200+111+130=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86F82 is #37907D. Grayscale: #8B8B8B. Windows color (decimal): -3641470 or 8548296. OLE color: 8548296.

HSL color Cylindrical-coordinate representation of color #C86F82: hue angle of 347.19º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C86F82 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 111 130 -
CMYK 0 0.44 0.35 0.22
HSL 347.19º 0.45% 0.61% -
HSV(B) 347.19º 0.45% 0.78% -
XYZ 33.53 25.26 24.23 -
YUV 139.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 200 111 130 0 0.44 0.35 0.22 347.19 0.45 0.61
Hex C8 6F 82 0 2C 23 16 15B 2D 3D
Octal 310 157 202 0 54 43 26 533 55 75
Binary 11001000 1101111 10000010 0 101100 100011 10110 101011011 101101 111101

Color Harmonies of #C86F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F82

Black with #C86F82

Text Example


Text Example

White with #C86F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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