Html Css Color HEX #C04853 Mandy

📋 copy color: '#C04853'

red 192 ◦ green 72 ◦ blue 83

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

Shades of Mandy #C04853

Tints of Mandy #C04853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.92%

R = 55.33%
G = 20.75%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C04853 (or 0xC04853) is known color: Mandy. HEX triplet: C0, 48 and 53. RGB value is (192,72,83). Sum of RGB (Red+Green+Blue) = 192+72+83=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C04853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04853 is #3FB7AC. Grayscale: #6D6D6D. Windows color (decimal): -4175789 or 5458112. OLE color: 5458112.

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

Color convert

RGB 192 72 83 -
CMYK 0 0.63 0.57 0.25
HSL 354.5º 0.49% 0.52% -
HSV(B) 354.5º 0.63% 0.75% -
XYZ 25.62 16.47 10.01 -
YUV 109.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 192 72 83 0 0.63 0.57 0.25 354.5 0.49 0.52
Hex C0 48 53 0 3F 39 19 162 31 34
Octal 300 110 123 0 77 71 31 542 61 64
Binary 11000000 1001000 1010011 0 111111 111001 11001 101100010 110001 110100

Color Harmonies of #C04853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04853

Black with #C04853

Text Example


Text Example

White with #C04853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04853; }

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

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

background-color css

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

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

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

border-color css

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

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

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