Html Css Color HEX #C04953 Mandy

📋 copy color: '#C04953'

red 192 ◦ green 73 ◦ blue 83

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

Shades of Mandy #C04953

Tints of Mandy #C04953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.98%

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

R = 55.17%
G = 20.98%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C04953 (or 0xC04953) is known color: Mandy. HEX triplet: C0, 49 and 53. RGB value is (192,73,83). Sum of RGB (Red+Green+Blue) = 192+73+83=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C04953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04953 is #3FB6AC. Grayscale: #6D6D6D. Windows color (decimal): -4175533 or 5458368. OLE color: 5458368.

HSL color Cylindrical-coordinate representation of color #C04953: hue angle of 354.96º 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 #C04953 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 83 -
CMYK 0 0.62 0.57 0.25
HSL 354.96º 0.49% 0.52% -
HSV(B) 354.96º 0.62% 0.75% -
XYZ 25.68 16.6 10.03 -
YUV 109.72 112.92 186.69 -
System Red Green Blue C M Y K H S L
Decimal 192 73 83 0 0.62 0.57 0.25 354.96 0.49 0.52
Hex C0 49 53 0 3E 39 19 163 31 34
Octal 300 111 123 0 76 71 31 543 61 64
Binary 11000000 1001001 1010011 0 111110 111001 11001 101100011 110001 110100

Color Harmonies of #C04953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04953

Black with #C04953

Text Example


Text Example

White with #C04953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04953; }

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

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

background-color css

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

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

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

border-color css

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

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

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