Html Css Color HEX #C5245C Old Rose

📋 copy color: '#C5245C'

red 197 ◦ green 36 ◦ blue 92

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

Shades of Old Rose #C5245C

Tints of Old Rose #C5245C

RGB

 RED value IS 197 (77.34% from 255) = 60.62%

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

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

R = 60.62%
G = 11.08%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5245C (or 0xC5245C) is known color: Old Rose. HEX triplet: C5, 24 and 5C. RGB value is (197,36,92). Sum of RGB (Red+Green+Blue) = 197+36+92=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5245C is #3ADBA3. Grayscale: #5A5A5A. Windows color (decimal): -3857316 or 6038725. OLE color: 6038725.

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

Color convert

RGB 197 36 92 -
CMYK 0 0.82 0.53 0.23
HSL 339.13º 0.69% 0.46% -
HSV(B) 339.13º 0.82% 0.77% -
XYZ 25.59 13.9 11.46 -
YUV 90.52 128.84 203.95 -
System Red Green Blue C M Y K H S L
Decimal 197 36 92 0 0.82 0.53 0.23 339.13 0.69 0.46
Hex C5 24 5C 0 52 35 17 153 45 2E
Octal 305 44 134 0 122 65 27 523 105 56
Binary 11000101 100100 1011100 0 1010010 110101 10111 101010011 1000101 101110

Color Harmonies of #C5245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5245C

Black with #C5245C

Text Example


Text Example

White with #C5245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5245C; }

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

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

background-color css

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

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

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

border-color css

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

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

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