Html Css Color HEX #C04C64 Blush

📋 copy color: '#C04C64'

red 192 ◦ green 76 ◦ blue 100

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

Shades of Blush #C04C64

Tints of Blush #C04C64

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.65%

 BLUE value IS 100 (39.45% from 255) = 27.17%

R = 52.17%
G = 20.65%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C04C64 (or 0xC04C64) is known color: Blush. HEX triplet: C0, 4C and 64. RGB value is (192,76,100). Sum of RGB (Red+Green+Blue) = 192+76+100=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C64 is #3FB39B. Grayscale: #717171. Windows color (decimal): -4174748 or 6573248. OLE color: 6573248.

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

Color convert

RGB 192 76 100 -
CMYK 0 0.60 0.48 0.25
HSL 347.59º 0.48% 0.53% -
HSV(B) 347.59º 0.6% 0.75% -
XYZ 26.62 17.3 13.99 -
YUV 113.42 120.43 184.05 -
System Red Green Blue C M Y K H S L
Decimal 192 76 100 0 0.60 0.48 0.25 347.59 0.48 0.53
Hex C0 4C 64 0 3C 30 19 15C 30 35
Octal 300 114 144 0 74 60 31 534 60 65
Binary 11000000 1001100 1100100 0 111100 110000 11001 101011100 110000 110101

Color Harmonies of #C04C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C64

Black with #C04C64

Text Example


Text Example

White with #C04C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C64; }

 p { color: rgb(192,76,100); }

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

background-color css

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

 a { background-color: rgb(192,76,100); }

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

border-color css

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

 span { border-color: rgb(192,76,100); }

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