Html Css Color HEX #C0495D Blush

📋 copy color: '#C0495D'

red 192 ◦ green 73 ◦ blue 93

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

Shades of Blush #C0495D

Tints of Blush #C0495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 53.63%
G = 20.39%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0495D (or 0xC0495D) is known color: Blush. HEX triplet: C0, 49 and 5D. RGB value is (192,73,93). Sum of RGB (Red+Green+Blue) = 192+73+93=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0495D is #3FB6A2. Grayscale: #6E6E6E. Windows color (decimal): -4175523 or 6113728. OLE color: 6113728.

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

Color convert

RGB 192 73 93 -
CMYK 0 0.62 0.52 0.25
HSL 349.92º 0.49% 0.52% -
HSV(B) 349.92º 0.62% 0.75% -
XYZ 26.1 16.76 12.22 -
YUV 110.86 117.92 185.87 -
System Red Green Blue C M Y K H S L
Decimal 192 73 93 0 0.62 0.52 0.25 349.92 0.49 0.52
Hex C0 49 5D 0 3E 34 19 15E 31 34
Octal 300 111 135 0 76 64 31 536 61 64
Binary 11000000 1001001 1011101 0 111110 110100 11001 101011110 110001 110100

Color Harmonies of #C0495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0495D

Black with #C0495D

Text Example


Text Example

White with #C0495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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