Html Css Color HEX #C04B5B Mandy

📋 copy color: '#C04B5B'

red 192 ◦ green 75 ◦ blue 91

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

Shades of Mandy #C04B5B

Tints of Mandy #C04B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.42%

R = 53.63%
G = 20.95%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C04B5B (or 0xC04B5B) is known color: Mandy. HEX triplet: C0, 4B and 5B. RGB value is (192,75,91). Sum of RGB (Red+Green+Blue) = 192+75+91=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B5B is #3FB4A4. Grayscale: #6F6F6F. Windows color (decimal): -4175013 or 5983168. OLE color: 5983168.

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

Color convert

RGB 192 75 91 -
CMYK 0 0.61 0.53 0.25
HSL 351.79º 0.48% 0.52% -
HSV(B) 351.79º 0.61% 0.75% -
XYZ 26.14 16.99 11.8 -
YUV 111.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 192 75 91 0 0.61 0.53 0.25 351.79 0.48 0.52
Hex C0 4B 5B 0 3D 35 19 160 30 34
Octal 300 113 133 0 75 65 31 540 60 64
Binary 11000000 1001011 1011011 0 111101 110101 11001 101100000 110000 110100

Color Harmonies of #C04B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B5B

Black with #C04B5B

Text Example


Text Example

White with #C04B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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