Html Css Color HEX #C4315F Old Rose

📋 copy color: '#C4315F'

red 196 ◦ green 49 ◦ blue 95

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

Shades of Old Rose #C4315F

Tints of Old Rose #C4315F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.41%

 BLUE value IS 95 (37.5% from 255) = 27.94%

R = 57.65%
G = 14.41%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4315F (or 0xC4315F) is known color: Old Rose. HEX triplet: C4, 31 and 5F. RGB value is (196,49,95). Sum of RGB (Red+Green+Blue) = 196+49+95=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4315F is #3BCEA0. Grayscale: #626262. Windows color (decimal): -3919521 or 6238660. OLE color: 6238660.

HSL color Cylindrical-coordinate representation of color #C4315F: hue angle of 341.22º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4315F is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 95 -
CMYK 0 0.75 0.52 0.23
HSL 341.22º 0.6% 0.48% -
HSV(B) 341.22º 0.75% 0.77% -
XYZ 25.93 14.76 12.31 -
YUV 98.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 196 49 95 0 0.75 0.52 0.23 341.22 0.6 0.48
Hex C4 31 5F 0 4B 34 17 155 3C 30
Octal 304 61 137 0 113 64 27 525 74 60
Binary 11000100 110001 1011111 0 1001011 110100 10111 101010101 111100 110000

Color Harmonies of #C4315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4315F

Black with #C4315F

Text Example


Text Example

White with #C4315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4315F; }

 p { color: rgb(196,49,95); }

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

background-color css

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

 a { background-color: rgb(196,49,95); }

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

border-color css

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

 span { border-color: rgb(196,49,95); }

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