Html Css Color HEX #C04351 Mandy

📋 copy color: '#C04351'

red 192 ◦ green 67 ◦ blue 81

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

Shades of Mandy #C04351

Tints of Mandy #C04351

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.71%

 BLUE value IS 81 (32.03% from 255) = 23.82%

R = 56.47%
G = 19.71%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C04351 (or 0xC04351) is known color: Mandy. HEX triplet: C0, 43 and 51. RGB value is (192,67,81). Sum of RGB (Red+Green+Blue) = 192+67+81=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C04351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04351 is #3FBCAE. Grayscale: #6A6A6A. Windows color (decimal): -4177071 or 5325760. OLE color: 5325760.

HSL color Cylindrical-coordinate representation of color #C04351: hue angle of 353.28º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04351 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 67 81 -
CMYK 0 0.65 0.58 0.25
HSL 353.28º 0.5% 0.51% -
HSV(B) 353.28º 0.65% 0.75% -
XYZ 25.23 15.81 9.51 -
YUV 105.97 113.91 189.36 -
System Red Green Blue C M Y K H S L
Decimal 192 67 81 0 0.65 0.58 0.25 353.28 0.5 0.51
Hex C0 43 51 0 41 3A 19 161 32 33
Octal 300 103 121 0 101 72 31 541 62 63
Binary 11000000 1000011 1010001 0 1000001 111010 11001 101100001 110010 110011

Color Harmonies of #C04351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04351

Black with #C04351

Text Example


Text Example

White with #C04351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04351; }

 p { color: rgb(192,67,81); }

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

background-color css

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

 a { background-color: rgb(192,67,81); }

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

border-color css

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

 span { border-color: rgb(192,67,81); }

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