Html Css Color HEX #C05253 Mandy

📋 copy color: '#C05253'

red 192 ◦ green 82 ◦ blue 83

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

Shades of Mandy #C05253

Tints of Mandy #C05253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.97%

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

R = 53.78%
G = 22.97%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C05253 (or 0xC05253) is known color: Mandy. HEX triplet: C0, 52 and 53. RGB value is (192,82,83). Sum of RGB (Red+Green+Blue) = 192+82+83=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C05253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05253 is #3FADAC. Grayscale: #737373. Windows color (decimal): -4173229 or 5460672. OLE color: 5460672.

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

Color convert

RGB 192 82 83 -
CMYK 0 0.57 0.57 0.25
HSL 359.45º 0.47% 0.54% -
HSV(B) 359.45º 0.57% 0.75% -
XYZ 26.32 17.87 10.24 -
YUV 115 109.94 182.92 -
System Red Green Blue C M Y K H S L
Decimal 192 82 83 0 0.57 0.57 0.25 359.45 0.47 0.54
Hex C0 52 53 0 39 39 19 167 2F 36
Octal 300 122 123 0 71 71 31 547 57 66
Binary 11000000 1010010 1010011 0 111001 111001 11001 101100111 101111 110110

Color Harmonies of #C05253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05253

Black with #C05253

Text Example


Text Example

White with #C05253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05253; }

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

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

background-color css

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

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

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

border-color css

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

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

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