Html Css Color HEX #C7484B Mandy

📋 copy color: '#C7484B'

red 199 ◦ green 72 ◦ blue 75

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

Shades of Mandy #C7484B

Tints of Mandy #C7484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.81%

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 57.51%
G = 20.81%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7484B (or 0xC7484B) is known color: Mandy. HEX triplet: C7, 48 and 4B. RGB value is (199,72,75). Sum of RGB (Red+Green+Blue) = 199+72+75=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7484B is #38B7B4. Grayscale: #6E6E6E. Windows color (decimal): -3717045 or 4933831. OLE color: 4933831.

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

Color convert

RGB 199 72 75 -
CMYK 0 0.64 0.62 0.22
HSL 358.58º 0.53% 0.53% -
HSV(B) 358.58º 0.64% 0.78% -
XYZ 27.14 17.28 8.56 -
YUV 110.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 199 72 75 0 0.64 0.62 0.22 358.58 0.53 0.53
Hex C7 48 4B 0 40 3E 16 167 35 35
Octal 307 110 113 0 100 76 26 547 65 65
Binary 11000111 1001000 1001011 0 1000000 111110 10110 101100111 110101 110101

Color Harmonies of #C7484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7484B

Black with #C7484B

Text Example


Text Example

White with #C7484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7484B; }

 p { color: rgb(199,72,75); }

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

background-color css

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

 a { background-color: rgb(199,72,75); }

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

border-color css

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

 span { border-color: rgb(199,72,75); }

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