Html Css Color HEX #C5335F Old Rose

📋 copy color: '#C5335F'

red 197 ◦ green 51 ◦ blue 95

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

Shades of Old Rose #C5335F

Tints of Old Rose #C5335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

 BLUE value IS 95 (37.5% from 255) = 27.7%

R = 57.43%
G = 14.87%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5335F (or 0xC5335F) is known color: Old Rose. HEX triplet: C5, 33 and 5F. RGB value is (197,51,95). Sum of RGB (Red+Green+Blue) = 197+51+95=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5335F is #3ACCA0. Grayscale: #636363. Windows color (decimal): -3853473 or 6239173. OLE color: 6239173.

HSL color Cylindrical-coordinate representation of color #C5335F: hue angle of 341.92º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5335F is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 51 95 -
CMYK 0 0.74 0.52 0.23
HSL 341.92º 0.59% 0.49% -
HSV(B) 341.92º 0.74% 0.77% -
XYZ 26.28 15.06 12.35 -
YUV 99.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 197 51 95 0 0.74 0.52 0.23 341.92 0.59 0.49
Hex C5 33 5F 0 4A 34 17 156 3B 31
Octal 305 63 137 0 112 64 27 526 73 61
Binary 11000101 110011 1011111 0 1001010 110100 10111 101010110 111011 110001

Color Harmonies of #C5335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5335F

Black with #C5335F

Text Example


Text Example

White with #C5335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5335F; }

 p { color: rgb(197,51,95); }

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

background-color css

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

 a { background-color: rgb(197,51,95); }

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

border-color css

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

 span { border-color: rgb(197,51,95); }

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