Html Css Color HEX #C4255E Old Rose

📋 copy color: '#C4255E'

red 196 ◦ green 37 ◦ blue 94

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

Shades of Old Rose #C4255E

Tints of Old Rose #C4255E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 59.94%
G = 11.31%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4255E (or 0xC4255E) is known color: Old Rose. HEX triplet: C4, 25 and 5E. RGB value is (196,37,94). Sum of RGB (Red+Green+Blue) = 196+37+94=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4255E is #3BDAA1. Grayscale: #5A5A5A. Windows color (decimal): -3922594 or 6170052. OLE color: 6170052.

HSL color Cylindrical-coordinate representation of color #C4255E: hue angle of 338.49º 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 #C4255E is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 37 94 -
CMYK 0 0.81 0.52 0.23
HSL 338.49º 0.68% 0.46% -
HSV(B) 338.49º 0.81% 0.77% -
XYZ 25.45 13.87 11.93 -
YUV 91.04 129.68 202.87 -
System Red Green Blue C M Y K H S L
Decimal 196 37 94 0 0.81 0.52 0.23 338.49 0.68 0.46
Hex C4 25 5E 0 51 34 17 152 44 2E
Octal 304 45 136 0 121 64 27 522 104 56
Binary 11000100 100101 1011110 0 1010001 110100 10111 101010010 1000100 101110

Color Harmonies of #C4255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4255E

Black with #C4255E

Text Example


Text Example

White with #C4255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4255E; }

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

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

background-color css

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

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

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

border-color css

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

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

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