Html Css Color HEX #C41850 Old Rose

📋 copy color: '#C41850'

red 196 ◦ green 24 ◦ blue 80

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

Shades of Old Rose #C41850

Tints of Old Rose #C41850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.67%

R = 65.33%
G = 8%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C41850 (or 0xC41850) is known color: Old Rose. HEX triplet: C4, 18 and 50. RGB value is (196,24,80). Sum of RGB (Red+Green+Blue) = 196+24+80=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C41850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41850 is #3BE7AF. Grayscale: #515151. Windows color (decimal): -3925936 or 5249220. OLE color: 5249220.

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

Color convert

RGB 196 24 80 -
CMYK 0 0.88 0.59 0.23
HSL 340.47º 0.78% 0.43% -
HSV(B) 340.47º 0.88% 0.77% -
XYZ 24.54 12.97 8.8 -
YUV 81.81 126.98 209.45 -
System Red Green Blue C M Y K H S L
Decimal 196 24 80 0 0.88 0.59 0.23 340.47 0.78 0.43
Hex C4 18 50 0 58 3B 17 154 4E 2B
Octal 304 30 120 0 130 73 27 524 116 53
Binary 11000100 11000 1010000 0 1011000 111011 10111 101010100 1001110 101011

Color Harmonies of #C41850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41850

Black with #C41850

Text Example


Text Example

White with #C41850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41850; }

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

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

background-color css

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

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

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

border-color css

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

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

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