Html Css Color HEX #C8788C Charm

📋 copy color: '#C8788C'

red 200 ◦ green 120 ◦ blue 140

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

Shades of Charm #C8788C

Tints of Charm #C8788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.09%

 BLUE value IS 140 (55.08% from 255) = 30.43%

R = 43.48%
G = 26.09%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8788C (or 0xC8788C) is known color: Charm. HEX triplet: C8, 78 and 8C. RGB value is (200,120,140). Sum of RGB (Red+Green+Blue) = 200+120+140=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8788C is #378773. Grayscale: #929292. Windows color (decimal): -3639156 or 9205960. OLE color: 9205960.

HSL color Cylindrical-coordinate representation of color #C8788C: hue angle of 345º 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 #C8788C is Cyan = 0, Magento = 0.4, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 120 140 -
CMYK 0 0.4 0.3 0.22
HSL 345º 0.42% 0.63% -
HSV(B) 345º 0.4% 0.78% -
XYZ 35.27 27.61 28.28 -
YUV 146.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 200 120 140 0 0.4 0.3 0.22 345 0.42 0.63
Hex C8 78 8C 0 28 1E 16 159 2A 3F
Octal 310 170 214 0 50 36 26 531 52 77
Binary 11001000 1111000 10001100 0 101000 11110 10110 101011001 101010 111111

Color Harmonies of #C8788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8788C

Black with #C8788C

Text Example


Text Example

White with #C8788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8788C; }

 p { color: rgb(200,120,140); }

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

background-color css

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

 a { background-color: rgb(200,120,140); }

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

border-color css

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

 span { border-color: rgb(200,120,140); }

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