Html Css Color HEX #C05363 Blush

📋 copy color: '#C05363'

red 192 ◦ green 83 ◦ blue 99

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

Shades of Blush #C05363

Tints of Blush #C05363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.19%

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

R = 51.34%
G = 22.19%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C05363 (or 0xC05363) is known color: Blush. HEX triplet: C0, 53 and 63. RGB value is (192,83,99). Sum of RGB (Red+Green+Blue) = 192+83+99=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C05363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05363 is #3FAC9C. Grayscale: #757575. Windows color (decimal): -4172957 or 6509504. OLE color: 6509504.

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

Color convert

RGB 192 83 99 -
CMYK 0 0.57 0.48 0.25
HSL 351.19º 0.46% 0.54% -
HSV(B) 351.19º 0.57% 0.75% -
XYZ 27.08 18.29 13.91 -
YUV 117.42 117.61 181.2 -
System Red Green Blue C M Y K H S L
Decimal 192 83 99 0 0.57 0.48 0.25 351.19 0.46 0.54
Hex C0 53 63 0 39 30 19 15F 2E 36
Octal 300 123 143 0 71 60 31 537 56 66
Binary 11000000 1010011 1100011 0 111001 110000 11001 101011111 101110 110110

Color Harmonies of #C05363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05363

Black with #C05363

Text Example


Text Example

White with #C05363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05363; }

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

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

background-color css

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

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

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

border-color css

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

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

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