Html Css Color HEX #C7254C Old Rose

📋 copy color: '#C7254C'

red 199 ◦ green 37 ◦ blue 76

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

Shades of Old Rose #C7254C

Tints of Old Rose #C7254C

RGB

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

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

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

R = 63.78%
G = 11.86%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7254C (or 0xC7254C) is known color: Old Rose. HEX triplet: C7, 25 and 4C. RGB value is (199,37,76). Sum of RGB (Red+Green+Blue) = 199+37+76=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C7254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7254C is #38DAB3. Grayscale: #595959. Windows color (decimal): -3726004 or 4990407. OLE color: 4990407.

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

Color convert

RGB 199 37 76 -
CMYK 0 0.81 0.62 0.22
HSL 345.56º 0.69% 0.46% -
HSV(B) 345.56º 0.81% 0.78% -
XYZ 25.52 13.99 8.19 -
YUV 89.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 199 37 76 0 0.81 0.62 0.22 345.56 0.69 0.46
Hex C7 25 4C 0 51 3E 16 15A 45 2E
Octal 307 45 114 0 121 76 26 532 105 56
Binary 11000111 100101 1001100 0 1010001 111110 10110 101011010 1000101 101110

Color Harmonies of #C7254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7254C

Black with #C7254C

Text Example


Text Example

White with #C7254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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