Html Css Color HEX #C41762 Ruby

📋 copy color: '#C41762'

red 196 ◦ green 23 ◦ blue 98

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

Shades of Ruby #C41762

Tints of Ruby #C41762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 61.83%
G = 7.26%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C41762 (or 0xC41762) is known color: Ruby. HEX triplet: C4, 17 and 62. RGB value is (196,23,98). Sum of RGB (Red+Green+Blue) = 196+23+98=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C41762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41762 is #3BE89D. Grayscale: #535353. Windows color (decimal): -3926174 or 6428612. OLE color: 6428612.

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

Color convert

RGB 196 23 98 -
CMYK 0 0.88 0.5 0.23
HSL 333.99º 0.79% 0.43% -
HSV(B) 333.99º 0.88% 0.77% -
XYZ 25.28 13.23 12.78 -
YUV 83.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 196 23 98 0 0.88 0.5 0.23 333.99 0.79 0.43
Hex C4 17 62 0 58 32 17 14E 4F 2B
Octal 304 27 142 0 130 62 27 516 117 53
Binary 11000100 10111 1100010 0 1011000 110010 10111 101001110 1001111 101011

Color Harmonies of #C41762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41762

Black with #C41762

Text Example


Text Example

White with #C41762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41762; }

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

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

background-color css

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

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

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

border-color css

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

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

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