Html Css Color HEX #C04F63 Blush

📋 copy color: '#C04F63'

red 192 ◦ green 79 ◦ blue 99

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

Shades of Blush #C04F63

Tints of Blush #C04F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

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

R = 51.89%
G = 21.35%
B = 26.76%

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

#C04F63 (or 0xC04F63) is known color: Blush. HEX triplet: C0, 4F and 63. RGB value is (192,79,99). Sum of RGB (Red+Green+Blue) = 192+79+99=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F63 is #3FB09C. Grayscale: #737373. Windows color (decimal): -4173981 or 6508480. OLE color: 6508480.

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

Color convert

RGB 192 79 99 -
CMYK 0 0.59 0.48 0.25
HSL 349.38º 0.47% 0.53% -
HSV(B) 349.38º 0.59% 0.75% -
XYZ 26.79 17.7 13.81 -
YUV 115.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 192 79 99 0 0.59 0.48 0.25 349.38 0.47 0.53
Hex C0 4F 63 0 3B 30 19 15D 2F 35
Octal 300 117 143 0 73 60 31 535 57 65
Binary 11000000 1001111 1100011 0 111011 110000 11001 101011101 101111 110101

Color Harmonies of #C04F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F63

Black with #C04F63

Text Example


Text Example

White with #C04F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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