Html Css Color HEX #C4254F Old Rose

📋 copy color: '#C4254F'

red 196 ◦ green 37 ◦ blue 79

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

Shades of Old Rose #C4254F

Tints of Old Rose #C4254F

RGB

 RED value IS 196 (76.95% from 255) = 62.82%

 GREEN value IS 37 (14.84% from 255) = 11.86%

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

R = 62.82%
G = 11.86%
B = 25.32%

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

#C4254F (or 0xC4254F) is known color: Old Rose. HEX triplet: C4, 25 and 4F. RGB value is (196,37,79). Sum of RGB (Red+Green+Blue) = 196+37+79=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C4254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4254F is #3BDAB0. Grayscale: #595959. Windows color (decimal): -3922609 or 5187012. OLE color: 5187012.

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

Color convert

RGB 196 37 79 -
CMYK 0 0.81 0.60 0.23
HSL 344.15º 0.68% 0.46% -
HSV(B) 344.15º 0.81% 0.77% -
XYZ 24.84 13.62 8.72 -
YUV 89.33 122.18 204.08 -
System Red Green Blue C M Y K H S L
Decimal 196 37 79 0 0.81 0.60 0.23 344.15 0.68 0.46
Hex C4 25 4F 0 51 3C 17 158 44 2E
Octal 304 45 117 0 121 74 27 530 104 56
Binary 11000100 100101 1001111 0 1010001 111100 10111 101011000 1000100 101110

Color Harmonies of #C4254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4254F

Black with #C4254F

Text Example


Text Example

White with #C4254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4254F; }

 p { color: rgb(196,37,79); }

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

background-color css

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

 a { background-color: rgb(196,37,79); }

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

border-color css

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

 span { border-color: rgb(196,37,79); }

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