Html Css Color HEX #C86A7D Charm

📋 copy color: '#C86A7D'

red 200 ◦ green 106 ◦ blue 125

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

Shades of Charm #C86A7D

Tints of Charm #C86A7D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.59%

 BLUE value IS 125 (49.22% from 255) = 29%

R = 46.4%
G = 24.59%
B = 29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C86A7D (or 0xC86A7D) is known color: Charm. HEX triplet: C8, 6A and 7D. RGB value is (200,106,125). Sum of RGB (Red+Green+Blue) = 200+106+125=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A7D is #379582. Grayscale: #888888. Windows color (decimal): -3642755 or 8219336. OLE color: 8219336.

HSL color Cylindrical-coordinate representation of color #C86A7D: hue angle of 347.87º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86A7D is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 106 125 -
CMYK 0 0.47 0.38 0.22
HSL 347.87º 0.46% 0.6% -
HSV(B) 347.87º 0.47% 0.78% -
XYZ 32.68 24.07 22.33 -
YUV 136.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 200 106 125 0 0.47 0.38 0.22 347.87 0.46 0.6
Hex C8 6A 7D 0 2F 26 16 15C 2E 3C
Octal 310 152 175 0 57 46 26 534 56 74
Binary 11001000 1101010 1111101 0 101111 100110 10110 101011100 101110 111100

Color Harmonies of #C86A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A7D

Black with #C86A7D

Text Example


Text Example

White with #C86A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A7D; }

 p { color: rgb(200,106,125); }

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

background-color css

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

 a { background-color: rgb(200,106,125); }

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

border-color css

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

 span { border-color: rgb(200,106,125); }

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