Html Css Color HEX #C4394B Old Rose

📋 copy color: '#C4394B'

red 196 ◦ green 57 ◦ blue 75

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

Shades of Old Rose #C4394B

Tints of Old Rose #C4394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.87%

R = 59.76%
G = 17.38%
B = 22.87%

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

#C4394B (or 0xC4394B) is known color: Old Rose. HEX triplet: C4, 39 and 4B. RGB value is (196,57,75). Sum of RGB (Red+Green+Blue) = 196+57+75=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4394B is #3BC6B4. Grayscale: #646464. Windows color (decimal): -3917493 or 4929988. OLE color: 4929988.

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

Color convert

RGB 196 57 75 -
CMYK 0 0.71 0.62 0.23
HSL 352.23º 0.55% 0.5% -
HSV(B) 352.23º 0.71% 0.77% -
XYZ 25.5 15.17 8.24 -
YUV 100.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 196 57 75 0 0.71 0.62 0.23 352.23 0.55 0.5
Hex C4 39 4B 0 47 3E 17 160 37 32
Octal 304 71 113 0 107 76 27 540 67 62
Binary 11000100 111001 1001011 0 1000111 111110 10111 101100000 110111 110010

Color Harmonies of #C4394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4394B

Black with #C4394B

Text Example


Text Example

White with #C4394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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