Html Css Color HEX #C04748 Mandy

📋 copy color: '#C04748'

red 192 ◦ green 71 ◦ blue 72

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

Shades of Mandy #C04748

Tints of Mandy #C04748

RGB

 RED value IS 192 (75.39% from 255) = 57.31%

 GREEN value IS 71 (28.13% from 255) = 21.19%

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 57.31%
G = 21.19%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C04748 (or 0xC04748) is known color: Mandy. HEX triplet: C0, 47 and 48. RGB value is (192,71,72). Sum of RGB (Red+Green+Blue) = 192+71+72=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C04748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04748 is #3FB8B7. Grayscale: #6B6B6B. Windows color (decimal): -4176056 or 4736960. OLE color: 4736960.

HSL color Cylindrical-coordinate representation of color #C04748: hue angle of 359.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04748 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 72 -
CMYK 0 0.63 0.63 0.25
HSL 359.5º 0.49% 0.52% -
HSV(B) 359.5º 0.63% 0.75% -
XYZ 25.16 16.18 7.93 -
YUV 107.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 192 71 72 0 0.63 0.63 0.25 359.5 0.49 0.52
Hex C0 47 48 0 3F 3F 19 168 31 34
Octal 300 107 110 0 77 77 31 550 61 64
Binary 11000000 1000111 1001000 0 111111 111111 11001 101101000 110001 110100

Color Harmonies of #C04748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04748

Black with #C04748

Text Example


Text Example

White with #C04748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04748; }

 p { color: rgb(192,71,72); }

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

background-color css

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

 a { background-color: rgb(192,71,72); }

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

border-color css

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

 span { border-color: rgb(192,71,72); }

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