Html Css Color HEX #C04961 Blush

📋 copy color: '#C04961'

red 192 ◦ green 73 ◦ blue 97

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

Shades of Blush #C04961

Tints of Blush #C04961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.8%

R = 53.04%
G = 20.17%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C04961 (or 0xC04961) is known color: Blush. HEX triplet: C0, 49 and 61. RGB value is (192,73,97). Sum of RGB (Red+Green+Blue) = 192+73+97=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C04961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04961 is #3FB69E. Grayscale: #6F6F6F. Windows color (decimal): -4175519 or 6375872. OLE color: 6375872.

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

Color convert

RGB 192 73 97 -
CMYK 0 0.62 0.49 0.25
HSL 347.9º 0.49% 0.52% -
HSV(B) 347.9º 0.62% 0.75% -
XYZ 26.28 16.83 13.17 -
YUV 111.32 119.92 185.55 -
System Red Green Blue C M Y K H S L
Decimal 192 73 97 0 0.62 0.49 0.25 347.9 0.49 0.52
Hex C0 49 61 0 3E 31 19 15C 31 34
Octal 300 111 141 0 76 61 31 534 61 64
Binary 11000000 1001001 1100001 0 111110 110001 11001 101011100 110001 110100

Color Harmonies of #C04961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04961

Black with #C04961

Text Example


Text Example

White with #C04961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04961; }

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

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

background-color css

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

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

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

border-color css

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

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

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