Html Css Color HEX #C7245A Old Rose

📋 copy color: '#C7245A'

red 199 ◦ green 36 ◦ blue 90

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

Shades of Old Rose #C7245A

Tints of Old Rose #C7245A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 61.23%
G = 11.08%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7245A (or 0xC7245A) is known color: Old Rose. HEX triplet: C7, 24 and 5A. RGB value is (199,36,90). Sum of RGB (Red+Green+Blue) = 199+36+90=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C7245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7245A is #38DBA5. Grayscale: #5A5A5A. Windows color (decimal): -3726246 or 5907655. OLE color: 5907655.

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

Color convert

RGB 199 36 90 -
CMYK 0 0.82 0.55 0.22
HSL 340.12º 0.69% 0.46% -
HSV(B) 340.12º 0.82% 0.78% -
XYZ 26.03 14.14 11.03 -
YUV 90.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 199 36 90 0 0.82 0.55 0.22 340.12 0.69 0.46
Hex C7 24 5A 0 52 37 16 154 45 2E
Octal 307 44 132 0 122 67 26 524 105 56
Binary 11000111 100100 1011010 0 1010010 110111 10110 101010100 1000101 101110

Color Harmonies of #C7245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7245A

Black with #C7245A

Text Example


Text Example

White with #C7245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7245A; }

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

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

background-color css

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

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

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

border-color css

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

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

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