Html Css Color HEX #C5305C Old Rose

📋 copy color: '#C5305C'

red 197 ◦ green 48 ◦ blue 92

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

Shades of Old Rose #C5305C

Tints of Old Rose #C5305C

RGB

 RED value IS 197 (77.34% from 255) = 58.46%

 GREEN value IS 48 (19.14% from 255) = 14.24%

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 58.46%
G = 14.24%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5305C (or 0xC5305C) is known color: Old Rose. HEX triplet: C5, 30 and 5C. RGB value is (197,48,92). Sum of RGB (Red+Green+Blue) = 197+48+92=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C5305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5305C is #3ACFA3. Grayscale: #616161. Windows color (decimal): -3854244 or 6041797. OLE color: 6041797.

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

Color convert

RGB 197 48 92 -
CMYK 0 0.76 0.53 0.23
HSL 342.28º 0.61% 0.48% -
HSV(B) 342.28º 0.76% 0.77% -
XYZ 26.01 14.76 11.6 -
YUV 97.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 197 48 92 0 0.76 0.53 0.23 342.28 0.61 0.48
Hex C5 30 5C 0 4C 35 17 156 3D 30
Octal 305 60 134 0 114 65 27 526 75 60
Binary 11000101 110000 1011100 0 1001100 110101 10111 101010110 111101 110000

Color Harmonies of #C5305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5305C

Black with #C5305C

Text Example


Text Example

White with #C5305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5305C; }

 p { color: rgb(197,48,92); }

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

background-color css

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

 a { background-color: rgb(197,48,92); }

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

border-color css

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

 span { border-color: rgb(197,48,92); }

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