Html Css Color HEX #C7254A Old Rose

📋 copy color: '#C7254A'

red 199 ◦ green 37 ◦ blue 74

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

Shades of Old Rose #C7254A

Tints of Old Rose #C7254A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 64.19%
G = 11.94%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7254A (or 0xC7254A) is known color: Old Rose. HEX triplet: C7, 25 and 4A. RGB value is (199,37,74). Sum of RGB (Red+Green+Blue) = 199+37+74=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7254A is #38DAB5. Grayscale: #595959. Windows color (decimal): -3726006 or 4859335. OLE color: 4859335.

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

Color convert

RGB 199 37 74 -
CMYK 0 0.81 0.63 0.22
HSL 346.3º 0.69% 0.46% -
HSV(B) 346.3º 0.81% 0.78% -
XYZ 25.45 13.96 7.83 -
YUV 89.66 119.17 205.99 -
System Red Green Blue C M Y K H S L
Decimal 199 37 74 0 0.81 0.63 0.22 346.3 0.69 0.46
Hex C7 25 4A 0 51 3F 16 15A 45 2E
Octal 307 45 112 0 121 77 26 532 105 56
Binary 11000111 100101 1001010 0 1010001 111111 10110 101011010 1000101 101110

Color Harmonies of #C7254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7254A

Black with #C7254A

Text Example


Text Example

White with #C7254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7254A; }

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

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

background-color css

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

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

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

border-color css

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

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

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