Html Css Color HEX #C8757E Charm

📋 copy color: '#C8757E'

red 200 ◦ green 117 ◦ blue 126

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

Shades of Charm #C8757E

Tints of Charm #C8757E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

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

R = 45.15%
G = 26.41%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8757E (or 0xC8757E) is known color: Charm. HEX triplet: C8, 75 and 7E. RGB value is (200,117,126). Sum of RGB (Red+Green+Blue) = 200+117+126=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8757E is #378A81. Grayscale: #8E8E8E. Windows color (decimal): -3639938 or 8287688. OLE color: 8287688.

HSL color Cylindrical-coordinate representation of color #C8757E: hue angle of 353.49º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8757E is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 117 126 -
CMYK 0 0.42 0.37 0.22
HSL 353.49º 0.43% 0.62% -
HSV(B) 353.49º 0.42% 0.78% -
XYZ 33.95 26.51 23.07 -
YUV 142.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 200 117 126 0 0.42 0.37 0.22 353.49 0.43 0.62
Hex C8 75 7E 0 2A 25 16 161 2B 3E
Octal 310 165 176 0 52 45 26 541 53 76
Binary 11001000 1110101 1111110 0 101010 100101 10110 101100001 101011 111110

Color Harmonies of #C8757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8757E

Black with #C8757E

Text Example


Text Example

White with #C8757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8757E; }

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

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

background-color css

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

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

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

border-color css

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

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

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