Html Css Color HEX #C5265B Old Rose

📋 copy color: '#C5265B'

red 197 ◦ green 38 ◦ blue 91

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

Shades of Old Rose #C5265B

Tints of Old Rose #C5265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.66%

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

R = 60.43%
G = 11.66%
B = 27.91%

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

#C5265B (or 0xC5265B) is known color: Old Rose. HEX triplet: C5, 26 and 5B. RGB value is (197,38,91). Sum of RGB (Red+Green+Blue) = 197+38+91=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5265B is #3AD9A4. Grayscale: #5B5B5B. Windows color (decimal): -3856805 or 5973701. OLE color: 5973701.

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

Color convert

RGB 197 38 91 -
CMYK 0 0.81 0.54 0.23
HSL 340º 0.68% 0.46% -
HSV(B) 340º 0.81% 0.77% -
XYZ 25.61 14.01 11.25 -
YUV 91.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 197 38 91 0 0.81 0.54 0.23 340 0.68 0.46
Hex C5 26 5B 0 51 36 17 154 44 2E
Octal 305 46 133 0 121 66 27 524 104 56
Binary 11000101 100110 1011011 0 1010001 110110 10111 101010100 1000100 101110

Color Harmonies of #C5265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5265B

Black with #C5265B

Text Example


Text Example

White with #C5265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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