Html Css Color HEX #C24763 Blush

📋 copy color: '#C24763'

red 194 ◦ green 71 ◦ blue 99

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

Shades of Blush #C24763

Tints of Blush #C24763

RGB

 RED value IS 194 (76.17% from 255) = 53.3%

 GREEN value IS 71 (28.13% from 255) = 19.51%

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

R = 53.3%
G = 19.51%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C24763 (or 0xC24763) is known color: Blush. HEX triplet: C2, 47 and 63. RGB value is (194,71,99). Sum of RGB (Red+Green+Blue) = 194+71+99=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C24763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24763 is #3DB89C. Grayscale: #6E6E6E. Windows color (decimal): -4044957 or 6506434. OLE color: 6506434.

HSL color Cylindrical-coordinate representation of color #C24763: hue angle of 346.34º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24763 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 71 99 -
CMYK 0 0.63 0.49 0.24
HSL 346.34º 0.5% 0.52% -
HSV(B) 346.34º 0.63% 0.76% -
XYZ 26.75 16.88 13.65 -
YUV 110.97 121.25 187.22 -
System Red Green Blue C M Y K H S L
Decimal 194 71 99 0 0.63 0.49 0.24 346.34 0.5 0.52
Hex C2 47 63 0 3F 31 18 15A 32 34
Octal 302 107 143 0 77 61 30 532 62 64
Binary 11000010 1000111 1100011 0 111111 110001 11000 101011010 110010 110100

Color Harmonies of #C24763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24763

Black with #C24763

Text Example


Text Example

White with #C24763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24763; }

 p { color: rgb(194,71,99); }

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

background-color css

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

 a { background-color: rgb(194,71,99); }

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

border-color css

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

 span { border-color: rgb(194,71,99); }

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