Html Css Color HEX #C41753 Old Rose

📋 copy color: '#C41753'

red 196 ◦ green 23 ◦ blue 83

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

Shades of Old Rose #C41753

Tints of Old Rose #C41753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.48%

R = 64.9%
G = 7.62%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C41753 (or 0xC41753) is known color: Old Rose. HEX triplet: C4, 17 and 53. RGB value is (196,23,83). Sum of RGB (Red+Green+Blue) = 196+23+83=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C41753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41753 is #3BE8AC. Grayscale: #515151. Windows color (decimal): -3926189 or 5445572. OLE color: 5445572.

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

Color convert

RGB 196 23 83 -
CMYK 0 0.88 0.58 0.23
HSL 339.19º 0.79% 0.43% -
HSV(B) 339.19º 0.88% 0.77% -
XYZ 24.63 12.97 9.39 -
YUV 81.57 128.81 209.62 -
System Red Green Blue C M Y K H S L
Decimal 196 23 83 0 0.88 0.58 0.23 339.19 0.79 0.43
Hex C4 17 53 0 58 3A 17 153 4F 2B
Octal 304 27 123 0 130 72 27 523 117 53
Binary 11000100 10111 1010011 0 1011000 111010 10111 101010011 1001111 101011

Color Harmonies of #C41753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41753

Black with #C41753

Text Example


Text Example

White with #C41753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41753; }

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

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

background-color css

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

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

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

border-color css

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

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

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