Html Css Color HEX #C7254F Old Rose

📋 copy color: '#C7254F'

red 199 ◦ green 37 ◦ blue 79

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

Shades of Old Rose #C7254F

Tints of Old Rose #C7254F

RGB

 RED value IS 199 (78.13% from 255) = 63.17%

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

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

R = 63.17%
G = 11.75%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7254F (or 0xC7254F) is known color: Old Rose. HEX triplet: C7, 25 and 4F. RGB value is (199,37,79). Sum of RGB (Red+Green+Blue) = 199+37+79=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7254F is #38DAB0. Grayscale: #5A5A5A. Windows color (decimal): -3726001 or 5187015. OLE color: 5187015.

HSL color Cylindrical-coordinate representation of color #C7254F: hue angle of 344.44º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7254F is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 37 79 -
CMYK 0 0.81 0.60 0.22
HSL 344.44º 0.69% 0.46% -
HSV(B) 344.44º 0.81% 0.78% -
XYZ 25.63 14.03 8.75 -
YUV 90.23 121.67 205.58 -
System Red Green Blue C M Y K H S L
Decimal 199 37 79 0 0.81 0.60 0.22 344.44 0.69 0.46
Hex C7 25 4F 0 51 3C 16 158 45 2E
Octal 307 45 117 0 121 74 26 530 105 56
Binary 11000111 100101 1001111 0 1010001 111100 10110 101011000 1000101 101110

Color Harmonies of #C7254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7254F

Black with #C7254F

Text Example


Text Example

White with #C7254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7254F; }

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

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

background-color css

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

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

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

border-color css

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

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

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