Html Css Color HEX #C05563 Blush

📋 copy color: '#C05563'

red 192 ◦ green 85 ◦ blue 99

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

Shades of Blush #C05563

Tints of Blush #C05563

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.61%

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

R = 51.06%
G = 22.61%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C05563 (or 0xC05563) is known color: Blush. HEX triplet: C0, 55 and 63. RGB value is (192,85,99). Sum of RGB (Red+Green+Blue) = 192+85+99=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C05563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05563 is #3FAA9C. Grayscale: #767676. Windows color (decimal): -4172445 or 6510016. OLE color: 6510016.

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

Color convert

RGB 192 85 99 -
CMYK 0 0.56 0.48 0.25
HSL 352.15º 0.46% 0.54% -
HSV(B) 352.15º 0.56% 0.75% -
XYZ 27.24 18.6 13.96 -
YUV 118.59 116.95 180.36 -
System Red Green Blue C M Y K H S L
Decimal 192 85 99 0 0.56 0.48 0.25 352.15 0.46 0.54
Hex C0 55 63 0 38 30 19 160 2E 36
Octal 300 125 143 0 70 60 31 540 56 66
Binary 11000000 1010101 1100011 0 111000 110000 11001 101100000 101110 110110

Color Harmonies of #C05563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05563

Black with #C05563

Text Example


Text Example

White with #C05563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05563; }

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

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

background-color css

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

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

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

border-color css

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

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

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