Html Css Color HEX #C4394A Old Rose

📋 copy color: '#C4394A'

red 196 ◦ green 57 ◦ blue 74

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

Shades of Old Rose #C4394A

Tints of Old Rose #C4394A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 59.94%
G = 17.43%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4394A (or 0xC4394A) is known color: Old Rose. HEX triplet: C4, 39 and 4A. RGB value is (196,57,74). Sum of RGB (Red+Green+Blue) = 196+57+74=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4394A is #3BC6B5. Grayscale: #646464. Windows color (decimal): -3917494 or 4864452. OLE color: 4864452.

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

Color convert

RGB 196 57 74 -
CMYK 0 0.71 0.62 0.23
HSL 352.66º 0.55% 0.5% -
HSV(B) 352.66º 0.71% 0.77% -
XYZ 25.46 15.16 8.06 -
YUV 100.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 196 57 74 0 0.71 0.62 0.23 352.66 0.55 0.5
Hex C4 39 4A 0 47 3E 17 161 37 32
Octal 304 71 112 0 107 76 27 541 67 62
Binary 11000100 111001 1001010 0 1000111 111110 10111 101100001 110111 110010

Color Harmonies of #C4394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4394A

Black with #C4394A

Text Example


Text Example

White with #C4394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4394A; }

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

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

background-color css

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

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

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

border-color css

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

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

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