Html Css Color HEX #C5255E Old Rose

📋 copy color: '#C5255E'

red 197 ◦ green 37 ◦ blue 94

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

Shades of Old Rose #C5255E

Tints of Old Rose #C5255E

RGB

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

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

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

R = 60.06%
G = 11.28%
B = 28.66%

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

#C5255E (or 0xC5255E) is known color: Old Rose. HEX triplet: C5, 25 and 5E. RGB value is (197,37,94). Sum of RGB (Red+Green+Blue) = 197+37+94=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5255E is #3ADAA1. Grayscale: #5B5B5B. Windows color (decimal): -3857058 or 6170053. OLE color: 6170053.

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

Color convert

RGB 197 37 94 -
CMYK 0 0.81 0.52 0.23
HSL 338.63º 0.68% 0.46% -
HSV(B) 338.63º 0.81% 0.77% -
XYZ 25.71 14 11.94 -
YUV 91.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 197 37 94 0 0.81 0.52 0.23 338.63 0.68 0.46
Hex C5 25 5E 0 51 34 17 153 44 2E
Octal 305 45 136 0 121 64 27 523 104 56
Binary 11000101 100101 1011110 0 1010001 110100 10111 101010011 1000100 101110

Color Harmonies of #C5255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5255E

Black with #C5255E

Text Example


Text Example

White with #C5255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5255E; }

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

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

background-color css

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

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

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

border-color css

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

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

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