Html Css Color HEX #C41855 Old Rose

📋 copy color: '#C41855'

red 196 ◦ green 24 ◦ blue 85

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

Shades of Old Rose #C41855

Tints of Old Rose #C41855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.87%

R = 64.26%
G = 7.87%
B = 27.87%

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

#C41855 (or 0xC41855) is known color: Old Rose. HEX triplet: C4, 18 and 55. RGB value is (196,24,85). Sum of RGB (Red+Green+Blue) = 196+24+85=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C41855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41855 is #3BE7AA. Grayscale: #525252. Windows color (decimal): -3925931 or 5576900. OLE color: 5576900.

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

Color convert

RGB 196 24 85 -
CMYK 0 0.88 0.57 0.23
HSL 338.72º 0.78% 0.43% -
HSV(B) 338.72º 0.88% 0.77% -
XYZ 24.73 13.04 9.81 -
YUV 82.38 129.48 209.04 -
System Red Green Blue C M Y K H S L
Decimal 196 24 85 0 0.88 0.57 0.23 338.72 0.78 0.43
Hex C4 18 55 0 58 39 17 153 4E 2B
Octal 304 30 125 0 130 71 27 523 116 53
Binary 11000100 11000 1010101 0 1011000 111001 10111 101010011 1001110 101011

Color Harmonies of #C41855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41855

Black with #C41855

Text Example


Text Example

White with #C41855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41855; }

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

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

background-color css

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

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

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

border-color css

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

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

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