Html Css Color HEX #C5375F Old Rose

📋 copy color: '#C5375F'

red 197 ◦ green 55 ◦ blue 95

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

Shades of Old Rose #C5375F

Tints of Old Rose #C5375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.85%

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

R = 56.77%
G = 15.85%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5375F (or 0xC5375F) is known color: Old Rose. HEX triplet: C5, 37 and 5F. RGB value is (197,55,95). Sum of RGB (Red+Green+Blue) = 197+55+95=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C5375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5375F is #3AC8A0. Grayscale: #656565. Windows color (decimal): -3852449 or 6240197. OLE color: 6240197.

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

Color convert

RGB 197 55 95 -
CMYK 0 0.72 0.52 0.23
HSL 343.1º 0.56% 0.49% -
HSV(B) 343.1º 0.72% 0.77% -
XYZ 26.46 15.43 12.41 -
YUV 102.02 124.04 195.75 -
System Red Green Blue C M Y K H S L
Decimal 197 55 95 0 0.72 0.52 0.23 343.1 0.56 0.49
Hex C5 37 5F 0 48 34 17 157 38 31
Octal 305 67 137 0 110 64 27 527 70 61
Binary 11000101 110111 1011111 0 1001000 110100 10111 101010111 111000 110001

Color Harmonies of #C5375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5375F

Black with #C5375F

Text Example


Text Example

White with #C5375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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