Html Css Color HEX #C3315A Old Rose

📋 copy color: '#C3315A'

red 195 ◦ green 49 ◦ blue 90

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

Shades of Old Rose #C3315A

Tints of Old Rose #C3315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.95%

R = 58.38%
G = 14.67%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3315A (or 0xC3315A) is known color: Old Rose. HEX triplet: C3, 31 and 5A. RGB value is (195,49,90). Sum of RGB (Red+Green+Blue) = 195+49+90=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C3315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3315A is #3CCEA5. Grayscale: #616161. Windows color (decimal): -3985062 or 5910979. OLE color: 5910979.

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

Color convert

RGB 195 49 90 -
CMYK 0 0.75 0.54 0.24
HSL 343.15º 0.6% 0.48% -
HSV(B) 343.15º 0.75% 0.76% -
XYZ 25.45 14.54 11.14 -
YUV 97.33 123.87 197.67 -
System Red Green Blue C M Y K H S L
Decimal 195 49 90 0 0.75 0.54 0.24 343.15 0.6 0.48
Hex C3 31 5A 0 4B 36 18 157 3C 30
Octal 303 61 132 0 113 66 30 527 74 60
Binary 11000011 110001 1011010 0 1001011 110110 11000 101010111 111100 110000

Color Harmonies of #C3315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3315A

Black with #C3315A

Text Example


Text Example

White with #C3315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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