Html Css Color HEX #C04648 Mandy

📋 copy color: '#C04648'

red 192 ◦ green 70 ◦ blue 72

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

Shades of Mandy #C04648

Tints of Mandy #C04648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.96%

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

R = 57.49%
G = 20.96%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C04648 (or 0xC04648) is known color: Mandy. HEX triplet: C0, 46 and 48. RGB value is (192,70,72). Sum of RGB (Red+Green+Blue) = 192+70+72=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C04648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04648 is #3FB9B7. Grayscale: #6A6A6A. Windows color (decimal): -4176312 or 4736704. OLE color: 4736704.

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

Color convert

RGB 192 70 72 -
CMYK 0 0.64 0.63 0.25
HSL 359.02º 0.49% 0.51% -
HSV(B) 359.02º 0.64% 0.75% -
XYZ 25.1 16.05 7.91 -
YUV 106.71 108.42 188.84 -
System Red Green Blue C M Y K H S L
Decimal 192 70 72 0 0.64 0.63 0.25 359.02 0.49 0.51
Hex C0 46 48 0 40 3F 19 167 31 33
Octal 300 106 110 0 100 77 31 547 61 63
Binary 11000000 1000110 1001000 0 1000000 111111 11001 101100111 110001 110011

Color Harmonies of #C04648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04648

Black with #C04648

Text Example


Text Example

White with #C04648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04648; }

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

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

background-color css

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

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

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

border-color css

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

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

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