Html Css Color HEX #C8777D Charm

📋 copy color: '#C8777D'

red 200 ◦ green 119 ◦ blue 125

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

Shades of Charm #C8777D

Tints of Charm #C8777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.8%

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

R = 45.05%
G = 26.8%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8777D (or 0xC8777D) is known color: Charm. HEX triplet: C8, 77 and 7D. RGB value is (200,119,125). Sum of RGB (Red+Green+Blue) = 200+119+125=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8777D is #378882. Grayscale: #8F8F8F. Windows color (decimal): -3639427 or 8222664. OLE color: 8222664.

HSL color Cylindrical-coordinate representation of color #C8777D: hue angle of 355.56º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8777D is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 119 125 -
CMYK 0 0.40 0.38 0.22
HSL 355.56º 0.42% 0.63% -
HSV(B) 355.56º 0.41% 0.78% -
XYZ 34.12 26.95 22.81 -
YUV 143.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 200 119 125 0 0.40 0.38 0.22 355.56 0.42 0.63
Hex C8 77 7D 0 28 26 16 164 2A 3F
Octal 310 167 175 0 50 46 26 544 52 77
Binary 11001000 1110111 1111101 0 101000 100110 10110 101100100 101010 111111

Color Harmonies of #C8777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8777D

Black with #C8777D

Text Example


Text Example

White with #C8777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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