Html Css Color HEX #C5314B Old Rose

📋 copy color: '#C5314B'

red 197 ◦ green 49 ◦ blue 75

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

Shades of Old Rose #C5314B

Tints of Old Rose #C5314B

RGB

 RED value IS 197 (77.34% from 255) = 61.37%

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

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

R = 61.37%
G = 15.26%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5314B (or 0xC5314B) is known color: Old Rose. HEX triplet: C5, 31 and 4B. RGB value is (197,49,75). Sum of RGB (Red+Green+Blue) = 197+49+75=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C5314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5314B is #3ACEB4. Grayscale: #606060. Windows color (decimal): -3854005 or 4927941. OLE color: 4927941.

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

Color convert

RGB 197 49 75 -
CMYK 0 0.75 0.62 0.23
HSL 349.46º 0.6% 0.48% -
HSV(B) 349.46º 0.75% 0.77% -
XYZ 25.39 14.57 8.13 -
YUV 96.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 197 49 75 0 0.75 0.62 0.23 349.46 0.6 0.48
Hex C5 31 4B 0 4B 3E 17 15D 3C 30
Octal 305 61 113 0 113 76 27 535 74 60
Binary 11000101 110001 1001011 0 1001011 111110 10111 101011101 111100 110000

Color Harmonies of #C5314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5314B

Black with #C5314B

Text Example


Text Example

White with #C5314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5314B; }

 p { color: rgb(197,49,75); }

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

background-color css

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

 a { background-color: rgb(197,49,75); }

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

border-color css

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

 span { border-color: rgb(197,49,75); }

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