Html Css Color HEX #C4255B Old Rose

📋 copy color: '#C4255B'

red 196 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #C4255B

Tints of Old Rose #C4255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.42%

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

R = 60.49%
G = 11.42%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4255B (or 0xC4255B) is known color: Old Rose. HEX triplet: C4, 25 and 5B. RGB value is (196,37,91). Sum of RGB (Red+Green+Blue) = 196+37+91=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C4255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4255B is #3BDAA4. Grayscale: #5A5A5A. Windows color (decimal): -3922597 or 5973444. OLE color: 5973444.

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

Color convert

RGB 196 37 91 -
CMYK 0 0.81 0.54 0.23
HSL 339.62º 0.68% 0.46% -
HSV(B) 339.62º 0.81% 0.77% -
XYZ 25.31 13.81 11.23 -
YUV 90.7 128.18 203.11 -
System Red Green Blue C M Y K H S L
Decimal 196 37 91 0 0.81 0.54 0.23 339.62 0.68 0.46
Hex C4 25 5B 0 51 36 17 154 44 2E
Octal 304 45 133 0 121 66 27 524 104 56
Binary 11000100 100101 1011011 0 1010001 110110 10111 101010100 1000100 101110

Color Harmonies of #C4255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4255B

Black with #C4255B

Text Example


Text Example

White with #C4255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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