Html Css Color HEX #C41854 Old Rose

📋 copy color: '#C41854'

red 196 ◦ green 24 ◦ blue 84

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

Shades of Old Rose #C41854

Tints of Old Rose #C41854

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.89%

 BLUE value IS 84 (33.2% from 255) = 27.63%

R = 64.47%
G = 7.89%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C41854 (or 0xC41854) is known color: Old Rose. HEX triplet: C4, 18 and 54. RGB value is (196,24,84). Sum of RGB (Red+Green+Blue) = 196+24+84=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C41854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41854 is #3BE7AB. Grayscale: #525252. Windows color (decimal): -3925932 or 5511364. OLE color: 5511364.

HSL color Cylindrical-coordinate representation of color #C41854: hue angle of 339.07º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41854 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 24 84 -
CMYK 0 0.88 0.57 0.23
HSL 339.07º 0.78% 0.43% -
HSV(B) 339.07º 0.88% 0.77% -
XYZ 24.69 13.03 9.6 -
YUV 82.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 196 24 84 0 0.88 0.57 0.23 339.07 0.78 0.43
Hex C4 18 54 0 58 39 17 153 4E 2B
Octal 304 30 124 0 130 71 27 523 116 53
Binary 11000100 11000 1010100 0 1011000 111001 10111 101010011 1001110 101011

Color Harmonies of #C41854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41854

Black with #C41854

Text Example


Text Example

White with #C41854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41854; }

 p { color: rgb(196,24,84); }

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

background-color css

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

 a { background-color: rgb(196,24,84); }

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

border-color css

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

 span { border-color: rgb(196,24,84); }

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