Html Css Color HEX #C04563 Blush

📋 copy color: '#C04563'

red 192 ◦ green 69 ◦ blue 99

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

Shades of Blush #C04563

Tints of Blush #C04563

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.17%

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

R = 53.33%
G = 19.17%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C04563 (or 0xC04563) is known color: Blush. HEX triplet: C0, 45 and 63. RGB value is (192,69,99). Sum of RGB (Red+Green+Blue) = 192+69+99=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C04563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04563 is #3FBA9C. Grayscale: #6D6D6D. Windows color (decimal): -4176541 or 6505920. OLE color: 6505920.

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

Color convert

RGB 192 69 99 -
CMYK 0 0.64 0.48 0.25
HSL 345.37º 0.49% 0.51% -
HSV(B) 345.37º 0.64% 0.75% -
XYZ 26.12 16.36 13.59 -
YUV 109.2 122.25 187.06 -
System Red Green Blue C M Y K H S L
Decimal 192 69 99 0 0.64 0.48 0.25 345.37 0.49 0.51
Hex C0 45 63 0 40 30 19 159 31 33
Octal 300 105 143 0 100 60 31 531 61 63
Binary 11000000 1000101 1100011 0 1000000 110000 11001 101011001 110001 110011

Color Harmonies of #C04563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04563

Black with #C04563

Text Example


Text Example

White with #C04563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04563; }

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

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

background-color css

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

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

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

border-color css

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

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

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