Html Css Color HEX #C3314A Old Rose

📋 copy color: '#C3314A'

red 195 ◦ green 49 ◦ blue 74

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

Shades of Old Rose #C3314A

Tints of Old Rose #C3314A

RGB

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

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

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

R = 61.32%
G = 15.41%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3314A (or 0xC3314A) is known color: Old Rose. HEX triplet: C3, 31 and 4A. RGB value is (195,49,74). Sum of RGB (Red+Green+Blue) = 195+49+74=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C3314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3314A is #3CCEB5. Grayscale: #5F5F5F. Windows color (decimal): -3985078 or 4862403. OLE color: 4862403.

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

Color convert

RGB 195 49 74 -
CMYK 0 0.75 0.62 0.24
HSL 349.73º 0.6% 0.48% -
HSV(B) 349.73º 0.75% 0.76% -
XYZ 24.84 14.29 7.93 -
YUV 95.5 115.87 198.97 -
System Red Green Blue C M Y K H S L
Decimal 195 49 74 0 0.75 0.62 0.24 349.73 0.6 0.48
Hex C3 31 4A 0 4B 3E 18 15E 3C 30
Octal 303 61 112 0 113 76 30 536 74 60
Binary 11000011 110001 1001010 0 1001011 111110 11000 101011110 111100 110000

Color Harmonies of #C3314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3314A

Black with #C3314A

Text Example


Text Example

White with #C3314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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