Html Css Color HEX #C3314C Old Rose

📋 copy color: '#C3314C'

red 195 ◦ green 49 ◦ blue 76

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

Shades of Old Rose #C3314C

Tints of Old Rose #C3314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.75%

R = 60.94%
G = 15.31%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3314C (or 0xC3314C) is known color: Old Rose. HEX triplet: C3, 31 and 4C. RGB value is (195,49,76). Sum of RGB (Red+Green+Blue) = 195+49+76=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3314C is #3CCEB3. Grayscale: #5F5F5F. Windows color (decimal): -3985076 or 4993475. OLE color: 4993475.

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

Color convert

RGB 195 49 76 -
CMYK 0 0.75 0.61 0.24
HSL 348.9º 0.6% 0.48% -
HSV(B) 348.9º 0.75% 0.76% -
XYZ 24.91 14.32 8.29 -
YUV 95.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 195 49 76 0 0.75 0.61 0.24 348.9 0.6 0.48
Hex C3 31 4C 0 4B 3D 18 15D 3C 30
Octal 303 61 114 0 113 75 30 535 74 60
Binary 11000011 110001 1001100 0 1001011 111101 11000 101011101 111100 110000

Color Harmonies of #C3314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3314C

Black with #C3314C

Text Example


Text Example

White with #C3314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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