Html Css Color HEX #C7808D Charm

📋 copy color: '#C7808D'

red 199 ◦ green 128 ◦ blue 141

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

Shades of Charm #C7808D

Tints of Charm #C7808D

RGB

 RED value IS 199 (78.13% from 255) = 42.52%

 GREEN value IS 128 (50.39% from 255) = 27.35%

 BLUE value IS 141 (55.47% from 255) = 30.13%

R = 42.52%
G = 27.35%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7808D (or 0xC7808D) is known color: Charm. HEX triplet: C7, 80 and 8D. RGB value is (199,128,141). Sum of RGB (Red+Green+Blue) = 199+128+141=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7808D is #387F72. Grayscale: #969696. Windows color (decimal): -3702643 or 9273543. OLE color: 9273543.

HSL color Cylindrical-coordinate representation of color #C7808D: hue angle of 349.01º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7808D is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 128 141 -
CMYK 0 0.36 0.29 0.22
HSL 349.01º 0.39% 0.64% -
HSV(B) 349.01º 0.36% 0.78% -
XYZ 36.08 29.5 28.99 -
YUV 150.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 199 128 141 0 0.36 0.29 0.22 349.01 0.39 0.64
Hex C7 80 8D 0 24 1D 16 15D 27 40
Octal 307 200 215 0 44 35 26 535 47 100
Binary 11000111 10000000 10001101 0 100100 11101 10110 101011101 100111 1000000

Color Harmonies of #C7808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7808D

Black with #C7808D

Text Example


Text Example

White with #C7808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7808D; }

 p { color: rgb(199,128,141); }

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

background-color css

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

 a { background-color: rgb(199,128,141); }

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

border-color css

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

 span { border-color: rgb(199,128,141); }

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