Html Css Color HEX #C5265F Old Rose

📋 copy color: '#C5265F'

red 197 ◦ green 38 ◦ blue 95

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

Shades of Old Rose #C5265F

Tints of Old Rose #C5265F

RGB

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

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

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

R = 59.7%
G = 11.52%
B = 28.79%

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

#C5265F (or 0xC5265F) is known color: Old Rose. HEX triplet: C5, 26 and 5F. RGB value is (197,38,95). Sum of RGB (Red+Green+Blue) = 197+38+95=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5265F is #3AD9A0. Grayscale: #5B5B5B. Windows color (decimal): -3856801 or 6235845. OLE color: 6235845.

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

Color convert

RGB 197 38 95 -
CMYK 0 0.81 0.52 0.23
HSL 338.49º 0.68% 0.46% -
HSV(B) 338.49º 0.81% 0.77% -
XYZ 25.78 14.08 12.19 -
YUV 92.04 129.68 202.87 -
System Red Green Blue C M Y K H S L
Decimal 197 38 95 0 0.81 0.52 0.23 338.49 0.68 0.46
Hex C5 26 5F 0 51 34 17 152 44 2E
Octal 305 46 137 0 121 64 27 522 104 56
Binary 11000101 100110 1011111 0 1010001 110100 10111 101010010 1000100 101110

Color Harmonies of #C5265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5265F

Black with #C5265F

Text Example


Text Example

White with #C5265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5265F; }

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

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

background-color css

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

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

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

border-color css

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

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

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