Html Css Color HEX #C3194E Old Rose

📋 copy color: '#C3194E'

red 195 ◦ green 25 ◦ blue 78

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

Shades of Old Rose #C3194E

Tints of Old Rose #C3194E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.39%

 BLUE value IS 78 (30.86% from 255) = 26.17%

R = 65.44%
G = 8.39%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3194E (or 0xC3194E) is known color: Old Rose. HEX triplet: C3, 19 and 4E. RGB value is (195,25,78). Sum of RGB (Red+Green+Blue) = 195+25+78=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C3194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3194E is #3CE6B1. Grayscale: #515151. Windows color (decimal): -3991218 or 5118403. OLE color: 5118403.

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

Color convert

RGB 195 25 78 -
CMYK 0 0.87 0.6 0.24
HSL 341.29º 0.77% 0.43% -
HSV(B) 341.29º 0.87% 0.76% -
XYZ 24.23 12.85 8.41 -
YUV 81.87 125.82 208.69 -
System Red Green Blue C M Y K H S L
Decimal 195 25 78 0 0.87 0.6 0.24 341.29 0.77 0.43
Hex C3 19 4E 0 57 3C 18 155 4D 2B
Octal 303 31 116 0 127 74 30 525 115 53
Binary 11000011 11001 1001110 0 1010111 111100 11000 101010101 1001101 101011

Color Harmonies of #C3194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3194E

Black with #C3194E

Text Example


Text Example

White with #C3194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3194E; }

 p { color: rgb(195,25,78); }

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

background-color css

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

 a { background-color: rgb(195,25,78); }

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

border-color css

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

 span { border-color: rgb(195,25,78); }

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