Html Css Color HEX #C5264F Old Rose

📋 copy color: '#C5264F'

red 197 ◦ green 38 ◦ blue 79

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

Shades of Old Rose #C5264F

Tints of Old Rose #C5264F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.16%

R = 62.74%
G = 12.1%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5264F (or 0xC5264F) is known color: Old Rose. HEX triplet: C5, 26 and 4F. RGB value is (197,38,79). Sum of RGB (Red+Green+Blue) = 197+38+79=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C5264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5264F is #3AD9B0. Grayscale: #5A5A5A. Windows color (decimal): -3856817 or 5187269. OLE color: 5187269.

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

Color convert

RGB 197 38 79 -
CMYK 0 0.81 0.60 0.23
HSL 344.53º 0.68% 0.46% -
HSV(B) 344.53º 0.81% 0.77% -
XYZ 25.13 13.82 8.74 -
YUV 90.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 197 38 79 0 0.81 0.60 0.23 344.53 0.68 0.46
Hex C5 26 4F 0 51 3C 17 159 44 2E
Octal 305 46 117 0 121 74 27 531 104 56
Binary 11000101 100110 1001111 0 1010001 111100 10111 101011001 1000100 101110

Color Harmonies of #C5264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5264F

Black with #C5264F

Text Example


Text Example

White with #C5264F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5264F; }

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

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

background-color css

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

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

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

border-color css

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

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

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