Html Css Color HEX #C4245B Old Rose

📋 copy color: '#C4245B'

red 196 ◦ green 36 ◦ blue 91

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

Shades of Old Rose #C4245B

Tints of Old Rose #C4245B

RGB

 RED value IS 196 (76.95% from 255) = 60.68%

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

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 60.68%
G = 11.15%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4245B (or 0xC4245B) is known color: Old Rose. HEX triplet: C4, 24 and 5B. RGB value is (196,36,91). Sum of RGB (Red+Green+Blue) = 196+36+91=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4245B is #3BDBA4. Grayscale: #5A5A5A. Windows color (decimal): -3922853 or 5973188. OLE color: 5973188.

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

Color convert

RGB 196 36 91 -
CMYK 0 0.82 0.54 0.23
HSL 339.38º 0.69% 0.45% -
HSV(B) 339.38º 0.82% 0.77% -
XYZ 25.28 13.75 11.22 -
YUV 90.11 128.51 203.53 -
System Red Green Blue C M Y K H S L
Decimal 196 36 91 0 0.82 0.54 0.23 339.38 0.69 0.45
Hex C4 24 5B 0 52 36 17 153 45 2D
Octal 304 44 133 0 122 66 27 523 105 55
Binary 11000100 100100 1011011 0 1010010 110110 10111 101010011 1000101 101101

Color Harmonies of #C4245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4245B

Black with #C4245B

Text Example


Text Example

White with #C4245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4245B; }

 p { color: rgb(196,36,91); }

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

background-color css

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

 a { background-color: rgb(196,36,91); }

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

border-color css

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

 span { border-color: rgb(196,36,91); }

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