Html Css Color HEX #C4394C Old Rose

📋 copy color: '#C4394C'

red 196 ◦ green 57 ◦ blue 76

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

Shades of Old Rose #C4394C

Tints of Old Rose #C4394C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 59.57%
G = 17.33%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4394C (or 0xC4394C) is known color: Old Rose. HEX triplet: C4, 39 and 4C. RGB value is (196,57,76). Sum of RGB (Red+Green+Blue) = 196+57+76=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4394C is #3BC6B3. Grayscale: #646464. Windows color (decimal): -3917492 or 4995524. OLE color: 4995524.

HSL color Cylindrical-coordinate representation of color #C4394C: hue angle of 351.8º 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 #C4394C is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 57 76 -
CMYK 0 0.71 0.61 0.23
HSL 351.8º 0.55% 0.5% -
HSV(B) 351.8º 0.71% 0.77% -
XYZ 25.53 15.18 8.42 -
YUV 100.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 196 57 76 0 0.71 0.61 0.23 351.8 0.55 0.5
Hex C4 39 4C 0 47 3D 17 160 37 32
Octal 304 71 114 0 107 75 27 540 67 62
Binary 11000100 111001 1001100 0 1000111 111101 10111 101100000 110111 110010

Color Harmonies of #C4394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4394C

Black with #C4394C

Text Example


Text Example

White with #C4394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4394C; }

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

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

background-color css

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

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

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

border-color css

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

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

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