Html Css Color HEX #C41755 Old Rose

📋 copy color: '#C41755'

red 196 ◦ green 23 ◦ blue 85

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

Shades of Old Rose #C41755

Tints of Old Rose #C41755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.57%

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

R = 64.47%
G = 7.57%
B = 27.96%

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

#C41755 (or 0xC41755) is known color: Old Rose. HEX triplet: C4, 17 and 55. RGB value is (196,23,85). Sum of RGB (Red+Green+Blue) = 196+23+85=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C41755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41755 is #3BE8AA. Grayscale: #515151. Windows color (decimal): -3926187 or 5576644. OLE color: 5576644.

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

Color convert

RGB 196 23 85 -
CMYK 0 0.88 0.57 0.23
HSL 338.5º 0.79% 0.43% -
HSV(B) 338.5º 0.88% 0.77% -
XYZ 24.71 13 9.8 -
YUV 81.8 129.81 209.46 -
System Red Green Blue C M Y K H S L
Decimal 196 23 85 0 0.88 0.57 0.23 338.5 0.79 0.43
Hex C4 17 55 0 58 39 17 152 4F 2B
Octal 304 27 125 0 130 71 27 522 117 53
Binary 11000100 10111 1010101 0 1011000 111001 10111 101010010 1001111 101011

Color Harmonies of #C41755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41755

Black with #C41755

Text Example


Text Example

White with #C41755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41755; }

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

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

background-color css

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

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

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

border-color css

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

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

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