Html Css Color HEX #C5255F Old Rose

📋 copy color: '#C5255F'

red 197 ◦ green 37 ◦ blue 95

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

Shades of Old Rose #C5255F

Tints of Old Rose #C5255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

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

R = 59.88%
G = 11.25%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5255F (or 0xC5255F) is known color: Old Rose. HEX triplet: C5, 25 and 5F. RGB value is (197,37,95). Sum of RGB (Red+Green+Blue) = 197+37+95=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5255F is #3ADAA0. Grayscale: #5B5B5B. Windows color (decimal): -3857057 or 6235589. OLE color: 6235589.

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

Color convert

RGB 197 37 95 -
CMYK 0 0.81 0.52 0.23
HSL 338.25º 0.68% 0.46% -
HSV(B) 338.25º 0.81% 0.77% -
XYZ 25.75 14.02 12.18 -
YUV 91.45 130.01 203.28 -
System Red Green Blue C M Y K H S L
Decimal 197 37 95 0 0.81 0.52 0.23 338.25 0.68 0.46
Hex C5 25 5F 0 51 34 17 152 44 2E
Octal 305 45 137 0 121 64 27 522 104 56
Binary 11000101 100101 1011111 0 1010001 110100 10111 101010010 1000100 101110

Color Harmonies of #C5255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5255F

Black with #C5255F

Text Example


Text Example

White with #C5255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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