Html Css Color HEX #C04E63 Blush

📋 copy color: '#C04E63'

red 192 ◦ green 78 ◦ blue 99

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

Shades of Blush #C04E63

Tints of Blush #C04E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.14%

 BLUE value IS 99 (39.06% from 255) = 26.83%

R = 52.03%
G = 21.14%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C04E63 (or 0xC04E63) is known color: Blush. HEX triplet: C0, 4E and 63. RGB value is (192,78,99). Sum of RGB (Red+Green+Blue) = 192+78+99=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E63 is #3FB19C. Grayscale: #727272. Windows color (decimal): -4174237 or 6508224. OLE color: 6508224.

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

Color convert

RGB 192 78 99 -
CMYK 0 0.59 0.48 0.25
HSL 348.95º 0.48% 0.53% -
HSV(B) 348.95º 0.59% 0.75% -
XYZ 26.71 17.56 13.79 -
YUV 114.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 192 78 99 0 0.59 0.48 0.25 348.95 0.48 0.53
Hex C0 4E 63 0 3B 30 19 15D 30 35
Octal 300 116 143 0 73 60 31 535 60 65
Binary 11000000 1001110 1100011 0 111011 110000 11001 101011101 110000 110101

Color Harmonies of #C04E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04E63

Black with #C04E63

Text Example


Text Example

White with #C04E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04E63; }

 p { color: rgb(192,78,99); }

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

background-color css

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

 a { background-color: rgb(192,78,99); }

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

border-color css

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

 span { border-color: rgb(192,78,99); }

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