Html Css Color HEX #C04963 Blush

📋 copy color: '#C04963'

red 192 ◦ green 73 ◦ blue 99

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

Shades of Blush #C04963

Tints of Blush #C04963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.05%

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

R = 52.75%
G = 20.05%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C04963 (or 0xC04963) is known color: Blush. HEX triplet: C0, 49 and 63. RGB value is (192,73,99). Sum of RGB (Red+Green+Blue) = 192+73+99=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C04963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04963 is #3FB69C. Grayscale: #6F6F6F. Windows color (decimal): -4175517 or 6506944. OLE color: 6506944.

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

Color convert

RGB 192 73 99 -
CMYK 0 0.62 0.48 0.25
HSL 346.89º 0.49% 0.52% -
HSV(B) 346.89º 0.62% 0.75% -
XYZ 26.37 16.87 13.67 -
YUV 111.55 120.92 185.39 -
System Red Green Blue C M Y K H S L
Decimal 192 73 99 0 0.62 0.48 0.25 346.89 0.49 0.52
Hex C0 49 63 0 3E 30 19 15B 31 34
Octal 300 111 143 0 76 60 31 533 61 64
Binary 11000000 1001001 1100011 0 111110 110000 11001 101011011 110001 110100

Color Harmonies of #C04963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04963

Black with #C04963

Text Example


Text Example

White with #C04963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04963; }

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

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

background-color css

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

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

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

border-color css

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

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

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