Html Css Color HEX #C3314F Old Rose

📋 copy color: '#C3314F'

red 195 ◦ green 49 ◦ blue 79

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

Shades of Old Rose #C3314F

Tints of Old Rose #C3314F

RGB

 RED value IS 195 (76.56% from 255) = 60.37%

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

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

R = 60.37%
G = 15.17%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3314F (or 0xC3314F) is known color: Old Rose. HEX triplet: C3, 31 and 4F. RGB value is (195,49,79). Sum of RGB (Red+Green+Blue) = 195+49+79=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3314F is #3CCEB0. Grayscale: #606060. Windows color (decimal): -3985073 or 5190083. OLE color: 5190083.

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

Color convert

RGB 195 49 79 -
CMYK 0 0.75 0.59 0.24
HSL 347.67º 0.6% 0.48% -
HSV(B) 347.67º 0.75% 0.76% -
XYZ 25.02 14.36 8.85 -
YUV 96.07 118.37 198.56 -
System Red Green Blue C M Y K H S L
Decimal 195 49 79 0 0.75 0.59 0.24 347.67 0.6 0.48
Hex C3 31 4F 0 4B 3B 18 15C 3C 30
Octal 303 61 117 0 113 73 30 534 74 60
Binary 11000011 110001 1001111 0 1001011 111011 11000 101011100 111100 110000

Color Harmonies of #C3314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3314F

Black with #C3314F

Text Example


Text Example

White with #C3314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3314F; }

 p { color: rgb(195,49,79); }

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

background-color css

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

 a { background-color: rgb(195,49,79); }

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

border-color css

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

 span { border-color: rgb(195,49,79); }

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