Html Css Color HEX #C5255B Old Rose

📋 copy color: '#C5255B'

red 197 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #C5255B

Tints of Old Rose #C5255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28%

R = 60.62%
G = 11.38%
B = 28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5255B (or 0xC5255B) is known color: Old Rose. HEX triplet: C5, 25 and 5B. RGB value is (197,37,91). Sum of RGB (Red+Green+Blue) = 197+37+91=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5255B is #3ADAA4. Grayscale: #5A5A5A. Windows color (decimal): -3857061 or 5973445. OLE color: 5973445.

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

Color convert

RGB 197 37 91 -
CMYK 0 0.81 0.54 0.23
HSL 339.75º 0.68% 0.46% -
HSV(B) 339.75º 0.81% 0.77% -
XYZ 25.58 13.95 11.24 -
YUV 91 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 197 37 91 0 0.81 0.54 0.23 339.75 0.68 0.46
Hex C5 25 5B 0 51 36 17 154 44 2E
Octal 305 45 133 0 121 66 27 524 104 56
Binary 11000101 100101 1011011 0 1010001 110110 10111 101010100 1000100 101110

Color Harmonies of #C5255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5255B

Black with #C5255B

Text Example


Text Example

White with #C5255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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