Html Css Color HEX #C7245C Old Rose

📋 copy color: '#C7245C'

red 199 ◦ green 36 ◦ blue 92

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

Shades of Old Rose #C7245C

Tints of Old Rose #C7245C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 60.86%
G = 11.01%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7245C (or 0xC7245C) is known color: Old Rose. HEX triplet: C7, 24 and 5C. RGB value is (199,36,92). Sum of RGB (Red+Green+Blue) = 199+36+92=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C7245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7245C is #38DBA3. Grayscale: #5B5B5B. Windows color (decimal): -3726244 or 6038727. OLE color: 6038727.

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

Color convert

RGB 199 36 92 -
CMYK 0 0.82 0.54 0.22
HSL 339.39º 0.69% 0.46% -
HSV(B) 339.39º 0.82% 0.78% -
XYZ 26.12 14.18 11.49 -
YUV 91.12 128.5 204.95 -
System Red Green Blue C M Y K H S L
Decimal 199 36 92 0 0.82 0.54 0.22 339.39 0.69 0.46
Hex C7 24 5C 0 52 36 16 153 45 2E
Octal 307 44 134 0 122 66 26 523 105 56
Binary 11000111 100100 1011100 0 1010010 110110 10110 101010011 1000101 101110

Color Harmonies of #C7245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7245C

Black with #C7245C

Text Example


Text Example

White with #C7245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7245C; }

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

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

background-color css

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

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

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

border-color css

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

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

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