Html Css Color HEX #C77482 Charm

📋 copy color: '#C77482'

red 199 ◦ green 116 ◦ blue 130

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

Shades of Charm #C77482

Tints of Charm #C77482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.07%

 BLUE value IS 130 (51.17% from 255) = 29.21%

R = 44.72%
G = 26.07%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C77482 (or 0xC77482) is known color: Charm. HEX triplet: C7, 74 and 82. RGB value is (199,116,130). Sum of RGB (Red+Green+Blue) = 199+116+130=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C77482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77482 is #388B7D. Grayscale: #8E8E8E. Windows color (decimal): -3705726 or 8549575. OLE color: 8549575.

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

Color convert

RGB 199 116 130 -
CMYK 0 0.42 0.35 0.22
HSL 349.88º 0.43% 0.62% -
HSV(B) 349.88º 0.42% 0.78% -
XYZ 33.83 26.24 24.4 -
YUV 142.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 199 116 130 0 0.42 0.35 0.22 349.88 0.43 0.62
Hex C7 74 82 0 2A 23 16 15E 2B 3E
Octal 307 164 202 0 52 43 26 536 53 76
Binary 11000111 1110100 10000010 0 101010 100011 10110 101011110 101011 111110

Color Harmonies of #C77482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77482

Black with #C77482

Text Example


Text Example

White with #C77482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77482; }

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

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

background-color css

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

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

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

border-color css

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

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

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