Html Css Color HEX #C3345E Old Rose

📋 copy color: '#C3345E'

red 195 ◦ green 52 ◦ blue 94

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

Shades of Old Rose #C3345E

Tints of Old Rose #C3345E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 57.18%
G = 15.25%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3345E (or 0xC3345E) is known color: Old Rose. HEX triplet: C3, 34 and 5E. RGB value is (195,52,94). Sum of RGB (Red+Green+Blue) = 195+52+94=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3345E is #3CCBA1. Grayscale: #636363. Windows color (decimal): -3984290 or 6173891. OLE color: 6173891.

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

Color convert

RGB 195 52 94 -
CMYK 0 0.73 0.52 0.24
HSL 342.38º 0.58% 0.48% -
HSV(B) 342.38º 0.73% 0.76% -
XYZ 25.75 14.87 12.1 -
YUV 99.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 195 52 94 0 0.73 0.52 0.24 342.38 0.58 0.48
Hex C3 34 5E 0 49 34 18 156 3A 30
Octal 303 64 136 0 111 64 30 526 72 60
Binary 11000011 110100 1011110 0 1001001 110100 11000 101010110 111010 110000

Color Harmonies of #C3345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3345E

Black with #C3345E

Text Example


Text Example

White with #C3345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3345E; }

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

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

background-color css

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

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

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

border-color css

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

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

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