Html Css Color HEX #C7245E Old Rose

📋 copy color: '#C7245E'

red 199 ◦ green 36 ◦ blue 94

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

Shades of Old Rose #C7245E

Tints of Old Rose #C7245E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.94%

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 60.49%
G = 10.94%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7245E (or 0xC7245E) is known color: Old Rose. HEX triplet: C7, 24 and 5E. RGB value is (199,36,94). Sum of RGB (Red+Green+Blue) = 199+36+94=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7245E is #38DBA1. Grayscale: #5B5B5B. Windows color (decimal): -3726242 or 6169799. OLE color: 6169799.

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

Color convert

RGB 199 36 94 -
CMYK 0 0.82 0.53 0.22
HSL 338.65º 0.69% 0.46% -
HSV(B) 338.65º 0.82% 0.78% -
XYZ 26.2 14.21 11.95 -
YUV 91.35 129.5 204.78 -
System Red Green Blue C M Y K H S L
Decimal 199 36 94 0 0.82 0.53 0.22 338.65 0.69 0.46
Hex C7 24 5E 0 52 35 16 153 45 2E
Octal 307 44 136 0 122 65 26 523 105 56
Binary 11000111 100100 1011110 0 1010010 110101 10110 101010011 1000101 101110

Color Harmonies of #C7245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7245E

Black with #C7245E

Text Example


Text Example

White with #C7245E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7245E; }

 p { color: rgb(199,36,94); }

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

background-color css

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

 a { background-color: rgb(199,36,94); }

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

border-color css

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

 span { border-color: rgb(199,36,94); }

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