Html Css Color HEX #C86784 Charm

📋 copy color: '#C86784'

red 200 ◦ green 103 ◦ blue 132

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

Shades of Charm #C86784

Tints of Charm #C86784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.34%

R = 45.98%
G = 23.68%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C86784 (or 0xC86784) is known color: Charm. HEX triplet: C8, 67 and 84. RGB value is (200,103,132). Sum of RGB (Red+Green+Blue) = 200+103+132=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C86784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86784 is #37987B. Grayscale: #878787. Windows color (decimal): -3643516 or 8677320. OLE color: 8677320.

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

Color convert

RGB 200 103 132 -
CMYK 0 0.48 0.34 0.22
HSL 342.06º 0.47% 0.59% -
HSV(B) 342.06º 0.49% 0.78% -
XYZ 32.83 23.65 24.66 -
YUV 135.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 200 103 132 0 0.48 0.34 0.22 342.06 0.47 0.59
Hex C8 67 84 0 30 22 16 156 2F 3B
Octal 310 147 204 0 60 42 26 526 57 73
Binary 11001000 1100111 10000100 0 110000 100010 10110 101010110 101111 111011

Color Harmonies of #C86784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86784

Black with #C86784

Text Example


Text Example

White with #C86784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86784; }

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

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

background-color css

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

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

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

border-color css

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

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

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