Html Css Color HEX #C4294F Old Rose

📋 copy color: '#C4294F'

red 196 ◦ green 41 ◦ blue 79

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

Shades of Old Rose #C4294F

Tints of Old Rose #C4294F

RGB

 RED value IS 196 (76.95% from 255) = 62.03%

 GREEN value IS 41 (16.41% from 255) = 12.97%

 BLUE value IS 79 (31.25% from 255) = 25%

R = 62.03%
G = 12.97%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4294F (or 0xC4294F) is known color: Old Rose. HEX triplet: C4, 29 and 4F. RGB value is (196,41,79). Sum of RGB (Red+Green+Blue) = 196+41+79=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C4294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4294F is #3BD6B0. Grayscale: #5B5B5B. Windows color (decimal): -3921585 or 5188036. OLE color: 5188036.

HSL color Cylindrical-coordinate representation of color #C4294F: hue angle of 345.29º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4294F is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 41 79 -
CMYK 0 0.79 0.60 0.23
HSL 345.29º 0.65% 0.46% -
HSV(B) 345.29º 0.79% 0.77% -
XYZ 24.97 13.89 8.76 -
YUV 91.68 120.85 202.41 -
System Red Green Blue C M Y K H S L
Decimal 196 41 79 0 0.79 0.60 0.23 345.29 0.65 0.46
Hex C4 29 4F 0 4F 3C 17 159 41 2E
Octal 304 51 117 0 117 74 27 531 101 56
Binary 11000100 101001 1001111 0 1001111 111100 10111 101011001 1000001 101110

Color Harmonies of #C4294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4294F

Black with #C4294F

Text Example


Text Example

White with #C4294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4294F; }

 p { color: rgb(196,41,79); }

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

background-color css

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

 a { background-color: rgb(196,41,79); }

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

border-color css

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

 span { border-color: rgb(196,41,79); }

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