Html Css Color HEX #C04B54 Mandy

📋 copy color: '#C04B54'

red 192 ◦ green 75 ◦ blue 84

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

Shades of Mandy #C04B54

Tints of Mandy #C04B54

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.37%

 BLUE value IS 84 (33.2% from 255) = 23.93%

R = 54.7%
G = 21.37%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C04B54 (or 0xC04B54) is known color: Mandy. HEX triplet: C0, 4B and 54. RGB value is (192,75,84). Sum of RGB (Red+Green+Blue) = 192+75+84=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B54 is #3FB4AB. Grayscale: #6F6F6F. Windows color (decimal): -4175020 or 5524416. OLE color: 5524416.

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

Color convert

RGB 192 75 84 -
CMYK 0 0.61 0.56 0.25
HSL 355.38º 0.48% 0.52% -
HSV(B) 355.38º 0.61% 0.75% -
XYZ 25.85 16.88 10.28 -
YUV 111.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 192 75 84 0 0.61 0.56 0.25 355.38 0.48 0.52
Hex C0 4B 54 0 3D 38 19 163 30 34
Octal 300 113 124 0 75 70 31 543 60 64
Binary 11000000 1001011 1010100 0 111101 111000 11001 101100011 110000 110100

Color Harmonies of #C04B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B54

Black with #C04B54

Text Example


Text Example

White with #C04B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B54; }

 p { color: rgb(192,75,84); }

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

background-color css

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

 a { background-color: rgb(192,75,84); }

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

border-color css

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

 span { border-color: rgb(192,75,84); }

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