Html Css Color HEX #C7828A Charm

📋 copy color: '#C7828A'

red 199 ◦ green 130 ◦ blue 138

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

Shades of Charm #C7828A

Tints of Charm #C7828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.84%

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 42.61%
G = 27.84%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7828A (or 0xC7828A) is known color: Charm. HEX triplet: C7, 82 and 8A. RGB value is (199,130,138). Sum of RGB (Red+Green+Blue) = 199+130+138=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7828A is #387D75. Grayscale: #979797. Windows color (decimal): -3702134 or 9077447. OLE color: 9077447.

HSL color Cylindrical-coordinate representation of color #C7828A: hue angle of 353.04º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7828A is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 130 138 -
CMYK 0 0.35 0.31 0.22
HSL 353.04º 0.38% 0.65% -
HSV(B) 353.04º 0.35% 0.78% -
XYZ 36.12 29.94 27.92 -
YUV 151.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 199 130 138 0 0.35 0.31 0.22 353.04 0.38 0.65
Hex C7 82 8A 0 23 1F 16 161 26 41
Octal 307 202 212 0 43 37 26 541 46 101
Binary 11000111 10000010 10001010 0 100011 11111 10110 101100001 100110 1000001

Color Harmonies of #C7828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7828A

Black with #C7828A

Text Example


Text Example

White with #C7828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7828A; }

 p { color: rgb(199,130,138); }

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

background-color css

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

 a { background-color: rgb(199,130,138); }

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

border-color css

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

 span { border-color: rgb(199,130,138); }

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