Html Css Color HEX #C40762 Ruby

📋 copy color: '#C40762'

red 196 ◦ green 7 ◦ blue 98

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

Shades of Ruby #C40762

Tints of Ruby #C40762

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

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

R = 65.12%
G = 2.33%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C40762 (or 0xC40762) is known color: Ruby. HEX triplet: C4, 07 and 62. RGB value is (196,7,98). Sum of RGB (Red+Green+Blue) = 196+7+98=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C40762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40762 is #3BF89D. Grayscale: #494949. Windows color (decimal): -3930270 or 6424516. OLE color: 6424516.

HSL color Cylindrical-coordinate representation of color #C40762: hue angle of 331.11º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40762 is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 7 98 -
CMYK 0 0.96 0.5 0.23
HSL 331.11º 0.93% 0.4% -
HSV(B) 331.11º 0.96% 0.77% -
XYZ 25.05 12.77 12.7 -
YUV 73.89 141.62 215.1 -
System Red Green Blue C M Y K H S L
Decimal 196 7 98 0 0.96 0.5 0.23 331.11 0.93 0.4
Hex C4 7 62 0 60 32 17 14B 5D 28
Octal 304 7 142 0 140 62 27 513 135 50
Binary 11000100 111 1100010 0 1100000 110010 10111 101001011 1011101 101000

Color Harmonies of #C40762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40762

Black with #C40762

Text Example


Text Example

White with #C40762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40762; }

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

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

background-color css

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

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

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

border-color css

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

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

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