Html Css Color HEX #C04B4D Mandy

📋 copy color: '#C04B4D'

red 192 ◦ green 75 ◦ blue 77

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

Shades of Mandy #C04B4D

Tints of Mandy #C04B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.38%

R = 55.81%
G = 21.8%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C04B4D (or 0xC04B4D) is known color: Mandy. HEX triplet: C0, 4B and 4D. RGB value is (192,75,77). Sum of RGB (Red+Green+Blue) = 192+75+77=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B4D is #3FB4B2. Grayscale: #6E6E6E. Windows color (decimal): -4175027 or 5065664. OLE color: 5065664.

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

Color convert

RGB 192 75 77 -
CMYK 0 0.61 0.60 0.25
HSL 358.97º 0.48% 0.52% -
HSV(B) 358.97º 0.61% 0.75% -
XYZ 25.59 16.77 8.91 -
YUV 110.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 192 75 77 0 0.61 0.60 0.25 358.97 0.48 0.52
Hex C0 4B 4D 0 3D 3C 19 167 30 34
Octal 300 113 115 0 75 74 31 547 60 64
Binary 11000000 1001011 1001101 0 111101 111100 11001 101100111 110000 110100

Color Harmonies of #C04B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B4D

Black with #C04B4D

Text Example


Text Example

White with #C04B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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