Html Css Color HEX #C5264C Old Rose

📋 copy color: '#C5264C'

red 197 ◦ green 38 ◦ blue 76

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

Shades of Old Rose #C5264C

Tints of Old Rose #C5264C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 63.34%
G = 12.22%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5264C (or 0xC5264C) is known color: Old Rose. HEX triplet: C5, 26 and 4C. RGB value is (197,38,76). Sum of RGB (Red+Green+Blue) = 197+38+76=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5264C is #3AD9B3. Grayscale: #595959. Windows color (decimal): -3856820 or 4990661. OLE color: 4990661.

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

Color convert

RGB 197 38 76 -
CMYK 0 0.81 0.61 0.23
HSL 345.66º 0.68% 0.46% -
HSV(B) 345.66º 0.81% 0.77% -
XYZ 25.02 13.78 8.18 -
YUV 89.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 197 38 76 0 0.81 0.61 0.23 345.66 0.68 0.46
Hex C5 26 4C 0 51 3D 17 15A 44 2E
Octal 305 46 114 0 121 75 27 532 104 56
Binary 11000101 100110 1001100 0 1010001 111101 10111 101011010 1000100 101110

Color Harmonies of #C5264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5264C

Black with #C5264C

Text Example


Text Example

White with #C5264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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