Html Css Color HEX #C62065 Ruby

📋 copy color: '#C62065'

red 198 ◦ green 32 ◦ blue 101

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

Shades of Ruby #C62065

Tints of Ruby #C62065

RGB

 RED value IS 198 (77.73% from 255) = 59.82%

 GREEN value IS 32 (12.89% from 255) = 9.67%

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 59.82%
G = 9.67%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C62065 (or 0xC62065) is known color: Ruby. HEX triplet: C6, 20 and 65. RGB value is (198,32,101). Sum of RGB (Red+Green+Blue) = 198+32+101=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C62065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62065 is #39DF9A. Grayscale: #595959. Windows color (decimal): -3792795 or 6627526. OLE color: 6627526.

HSL color Cylindrical-coordinate representation of color #C62065: hue angle of 335.06º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62065 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 32 101 -
CMYK 0 0.84 0.49 0.22
HSL 335.06º 0.72% 0.45% -
HSV(B) 335.06º 0.84% 0.78% -
XYZ 26.15 13.98 13.63 -
YUV 89.5 134.5 205.39 -
System Red Green Blue C M Y K H S L
Decimal 198 32 101 0 0.84 0.49 0.22 335.06 0.72 0.45
Hex C6 20 65 0 54 31 16 14F 48 2D
Octal 306 40 145 0 124 61 26 517 110 55
Binary 11000110 100000 1100101 0 1010100 110001 10110 101001111 1001000 101101

Color Harmonies of #C62065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62065

Black with #C62065

Text Example


Text Example

White with #C62065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62065; }

 p { color: rgb(198,32,101); }

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

background-color css

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

 a { background-color: rgb(198,32,101); }

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

border-color css

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

 span { border-color: rgb(198,32,101); }

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