Html Css Color HEX #C04258 Mandy

📋 copy color: '#C04258'

red 192 ◦ green 66 ◦ blue 88

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

Shades of Mandy #C04258

Tints of Mandy #C04258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.08%

 BLUE value IS 88 (34.77% from 255) = 25.43%

R = 55.49%
G = 19.08%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C04258 (or 0xC04258) is known color: Mandy. HEX triplet: C0, 42 and 58. RGB value is (192,66,88). Sum of RGB (Red+Green+Blue) = 192+66+88=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C04258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04258 is #3FBDA7. Grayscale: #6A6A6A. Windows color (decimal): -4177320 or 5784256. OLE color: 5784256.

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

Color convert

RGB 192 66 88 -
CMYK 0 0.66 0.54 0.25
HSL 349.52º 0.5% 0.51% -
HSV(B) 349.52º 0.66% 0.75% -
XYZ 25.45 15.81 10.94 -
YUV 106.18 117.74 189.21 -
System Red Green Blue C M Y K H S L
Decimal 192 66 88 0 0.66 0.54 0.25 349.52 0.5 0.51
Hex C0 42 58 0 42 36 19 15E 32 33
Octal 300 102 130 0 102 66 31 536 62 63
Binary 11000000 1000010 1011000 0 1000010 110110 11001 101011110 110010 110011

Color Harmonies of #C04258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04258

Black with #C04258

Text Example


Text Example

White with #C04258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04258; }

 p { color: rgb(192,66,88); }

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

background-color css

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

 a { background-color: rgb(192,66,88); }

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

border-color css

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

 span { border-color: rgb(192,66,88); }

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