Html Css Color HEX #C7254E Old Rose

📋 copy color: '#C7254E'

red 199 ◦ green 37 ◦ blue 78

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

Shades of Old Rose #C7254E

Tints of Old Rose #C7254E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.84%

R = 63.38%
G = 11.78%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7254E (or 0xC7254E) is known color: Old Rose. HEX triplet: C7, 25 and 4E. RGB value is (199,37,78). Sum of RGB (Red+Green+Blue) = 199+37+78=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C7254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7254E is #38DAB1. Grayscale: #5A5A5A. Windows color (decimal): -3726002 or 5121479. OLE color: 5121479.

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

Color convert

RGB 199 37 78 -
CMYK 0 0.81 0.61 0.22
HSL 344.81º 0.69% 0.46% -
HSV(B) 344.81º 0.81% 0.78% -
XYZ 25.59 14.02 8.56 -
YUV 90.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 199 37 78 0 0.81 0.61 0.22 344.81 0.69 0.46
Hex C7 25 4E 0 51 3D 16 159 45 2E
Octal 307 45 116 0 121 75 26 531 105 56
Binary 11000111 100101 1001110 0 1010001 111101 10110 101011001 1000101 101110

Color Harmonies of #C7254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7254E

Black with #C7254E

Text Example


Text Example

White with #C7254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7254E; }

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

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

background-color css

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

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

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

border-color css

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

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

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