Html Css Color HEX #C4394F Old Rose

📋 copy color: '#C4394F'

red 196 ◦ green 57 ◦ blue 79

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

Shades of Old Rose #C4394F

Tints of Old Rose #C4394F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.17%

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

R = 59.04%
G = 17.17%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4394F (or 0xC4394F) is known color: Old Rose. HEX triplet: C4, 39 and 4F. RGB value is (196,57,79). Sum of RGB (Red+Green+Blue) = 196+57+79=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C4394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4394F is #3BC6B0. Grayscale: #656565. Windows color (decimal): -3917489 or 5192132. OLE color: 5192132.

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

Color convert

RGB 196 57 79 -
CMYK 0 0.71 0.60 0.23
HSL 350.5º 0.55% 0.5% -
HSV(B) 350.5º 0.71% 0.77% -
XYZ 25.64 15.23 8.98 -
YUV 101.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 196 57 79 0 0.71 0.60 0.23 350.5 0.55 0.5
Hex C4 39 4F 0 47 3C 17 15F 37 32
Octal 304 71 117 0 107 74 27 537 67 62
Binary 11000100 111001 1001111 0 1000111 111100 10111 101011111 110111 110010

Color Harmonies of #C4394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4394F

Black with #C4394F

Text Example


Text Example

White with #C4394F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4394F; }

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

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

background-color css

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

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

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

border-color css

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

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

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