Html Css Color HEX #C3394A Old Rose

📋 copy color: '#C3394A'

red 195 ◦ green 57 ◦ blue 74

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

Shades of Old Rose #C3394A

Tints of Old Rose #C3394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.48%

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

R = 59.82%
G = 17.48%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3394A (or 0xC3394A) is known color: Old Rose. HEX triplet: C3, 39 and 4A. RGB value is (195,57,74). Sum of RGB (Red+Green+Blue) = 195+57+74=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3394A is #3CC6B5. Grayscale: #646464. Windows color (decimal): -3983030 or 4864451. OLE color: 4864451.

HSL color Cylindrical-coordinate representation of color #C3394A: hue angle of 352.61º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3394A is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 57 74 -
CMYK 0 0.71 0.62 0.24
HSL 352.61º 0.55% 0.49% -
HSV(B) 352.61º 0.71% 0.76% -
XYZ 25.2 15.02 8.05 -
YUV 100.2 113.22 195.62 -
System Red Green Blue C M Y K H S L
Decimal 195 57 74 0 0.71 0.62 0.24 352.61 0.55 0.49
Hex C3 39 4A 0 47 3E 18 161 37 31
Octal 303 71 112 0 107 76 30 541 67 61
Binary 11000011 111001 1001010 0 1000111 111110 11000 101100001 110111 110001

Color Harmonies of #C3394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3394A

Black with #C3394A

Text Example


Text Example

White with #C3394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3394A; }

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

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

background-color css

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

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

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

border-color css

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

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

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