Html Css Color HEX #C5264B Old Rose

📋 copy color: '#C5264B'

red 197 ◦ green 38 ◦ blue 75

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

Shades of Old Rose #C5264B

Tints of Old Rose #C5264B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.19%

R = 63.55%
G = 12.26%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5264B (or 0xC5264B) is known color: Old Rose. HEX triplet: C5, 26 and 4B. RGB value is (197,38,75). Sum of RGB (Red+Green+Blue) = 197+38+75=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5264B is #3AD9B4. Grayscale: #595959. Windows color (decimal): -3856821 or 4925125. OLE color: 4925125.

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

Color convert

RGB 197 38 75 -
CMYK 0 0.81 0.62 0.23
HSL 346.04º 0.68% 0.46% -
HSV(B) 346.04º 0.81% 0.77% -
XYZ 24.99 13.76 8 -
YUV 89.76 119.68 204.49 -
System Red Green Blue C M Y K H S L
Decimal 197 38 75 0 0.81 0.62 0.23 346.04 0.68 0.46
Hex C5 26 4B 0 51 3E 17 15A 44 2E
Octal 305 46 113 0 121 76 27 532 104 56
Binary 11000101 100110 1001011 0 1010001 111110 10111 101011010 1000100 101110

Color Harmonies of #C5264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5264B

Black with #C5264B

Text Example


Text Example

White with #C5264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5264B; }

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

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

background-color css

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

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

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

border-color css

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

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

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