Html Css Color HEX #C3344C Old Rose

📋 copy color: '#C3344C'

red 195 ◦ green 52 ◦ blue 76

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

Shades of Old Rose #C3344C

Tints of Old Rose #C3344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

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

R = 60.37%
G = 16.1%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3344C (or 0xC3344C) is known color: Old Rose. HEX triplet: C3, 34 and 4C. RGB value is (195,52,76). Sum of RGB (Red+Green+Blue) = 195+52+76=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3344C is #3CCBB3. Grayscale: #616161. Windows color (decimal): -3984308 or 4994243. OLE color: 4994243.

HSL color Cylindrical-coordinate representation of color #C3344C: hue angle of 349.93º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3344C is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 52 76 -
CMYK 0 0.73 0.61 0.24
HSL 349.93º 0.58% 0.48% -
HSV(B) 349.93º 0.73% 0.76% -
XYZ 25.04 14.58 8.33 -
YUV 97.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 195 52 76 0 0.73 0.61 0.24 349.93 0.58 0.48
Hex C3 34 4C 0 49 3D 18 15E 3A 30
Octal 303 64 114 0 111 75 30 536 72 60
Binary 11000011 110100 1001100 0 1001001 111101 11000 101011110 111010 110000

Color Harmonies of #C3344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3344C

Black with #C3344C

Text Example


Text Example

White with #C3344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3344C; }

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

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

background-color css

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

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

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

border-color css

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

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

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