Html Css Color HEX #C8707E Charm

📋 copy color: '#C8707E'

red 200 ◦ green 112 ◦ blue 126

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

Shades of Charm #C8707E

Tints of Charm #C8707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.57%

 BLUE value IS 126 (49.61% from 255) = 28.77%

R = 45.66%
G = 25.57%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8707E (or 0xC8707E) is known color: Charm. HEX triplet: C8, 70 and 7E. RGB value is (200,112,126). Sum of RGB (Red+Green+Blue) = 200+112+126=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8707E is #378F81. Grayscale: #8B8B8B. Windows color (decimal): -3641218 or 8286408. OLE color: 8286408.

HSL color Cylindrical-coordinate representation of color #C8707E: hue angle of 350.45º degrees, saturation: 0.44, 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 #C8707E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 112 126 -
CMYK 0 0.44 0.37 0.22
HSL 350.45º 0.44% 0.61% -
HSV(B) 350.45º 0.44% 0.78% -
XYZ 33.38 25.37 22.88 -
YUV 139.91 120.15 170.86 -
System Red Green Blue C M Y K H S L
Decimal 200 112 126 0 0.44 0.37 0.22 350.45 0.44 0.61
Hex C8 70 7E 0 2C 25 16 15E 2C 3D
Octal 310 160 176 0 54 45 26 536 54 75
Binary 11001000 1110000 1111110 0 101100 100101 10110 101011110 101100 111101

Color Harmonies of #C8707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8707E

Black with #C8707E

Text Example


Text Example

White with #C8707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8707E; }

 p { color: rgb(200,112,126); }

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

background-color css

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

 a { background-color: rgb(200,112,126); }

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

border-color css

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

 span { border-color: rgb(200,112,126); }

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