Html Css Color HEX #C86D7B Charm

📋 copy color: '#C86D7B'

red 200 ◦ green 109 ◦ blue 123

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

Shades of Charm #C86D7B

Tints of Charm #C86D7B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.23%

 BLUE value IS 123 (48.44% from 255) = 28.47%

R = 46.3%
G = 25.23%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C86D7B (or 0xC86D7B) is known color: Charm. HEX triplet: C8, 6D and 7B. RGB value is (200,109,123). Sum of RGB (Red+Green+Blue) = 200+109+123=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D7B is #379284. Grayscale: #898989. Windows color (decimal): -3641989 or 8089032. OLE color: 8089032.

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

Color convert

RGB 200 109 123 -
CMYK 0 0.46 0.38 0.22
HSL 350.77º 0.45% 0.61% -
HSV(B) 350.77º 0.46% 0.78% -
XYZ 32.86 24.65 21.76 -
YUV 137.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 200 109 123 0 0.46 0.38 0.22 350.77 0.45 0.61
Hex C8 6D 7B 0 2E 26 16 15F 2D 3D
Octal 310 155 173 0 56 46 26 537 55 75
Binary 11001000 1101101 1111011 0 101110 100110 10110 101011111 101101 111101

Color Harmonies of #C86D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D7B

Black with #C86D7B

Text Example


Text Example

White with #C86D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D7B; }

 p { color: rgb(200,109,123); }

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

background-color css

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

 a { background-color: rgb(200,109,123); }

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

border-color css

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

 span { border-color: rgb(200,109,123); }

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