Html Css Color HEX #C76280 Charm

📋 copy color: '#C76280'

red 199 ◦ green 98 ◦ blue 128

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

Shades of Charm #C76280

Tints of Charm #C76280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.06%

 BLUE value IS 128 (50.39% from 255) = 30.12%

R = 46.82%
G = 23.06%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C76280 (or 0xC76280) is known color: Charm. HEX triplet: C7, 62 and 80. RGB value is (199,98,128). Sum of RGB (Red+Green+Blue) = 199+98+128=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C76280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76280 is #389D7F. Grayscale: #838383. Windows color (decimal): -3710336 or 8413895. OLE color: 8413895.

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

Color convert

RGB 199 98 128 -
CMYK 0 0.51 0.36 0.22
HSL 342.18º 0.47% 0.58% -
HSV(B) 342.18º 0.51% 0.78% -
XYZ 31.82 22.44 23.08 -
YUV 131.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 199 98 128 0 0.51 0.36 0.22 342.18 0.47 0.58
Hex C7 62 80 0 33 24 16 156 2F 3A
Octal 307 142 200 0 63 44 26 526 57 72
Binary 11000111 1100010 10000000 0 110011 100100 10110 101010110 101111 111010

Color Harmonies of #C76280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76280

Black with #C76280

Text Example


Text Example

White with #C76280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76280; }

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

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

background-color css

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

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

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

border-color css

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

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

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