Html Css Color HEX #C6065C Ruby

📋 copy color: '#C6065C'

red 198 ◦ green 6 ◦ blue 92

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

Shades of Ruby #C6065C

Tints of Ruby #C6065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

 BLUE value IS 92 (36.33% from 255) = 31.08%

R = 66.89%
G = 2.03%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6065C (or 0xC6065C) is known color: Ruby. HEX triplet: C6, 06 and 5C. RGB value is (198,6,92). Sum of RGB (Red+Green+Blue) = 198+6+92=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C6065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6065C is #39F9A3. Grayscale: #494949. Windows color (decimal): -3799460 or 6031046. OLE color: 6031046.

HSL color Cylindrical-coordinate representation of color #C6065C: hue angle of 333.12º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6065C is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 6 92 -
CMYK 0 0.97 0.54 0.22
HSL 333.13º 0.94% 0.4% -
HSV(B) 333.13º 0.97% 0.78% -
XYZ 25.29 12.91 11.28 -
YUV 73.21 138.61 217.01 -
System Red Green Blue C M Y K H S L
Decimal 198 6 92 0 0.97 0.54 0.22 333.13 0.94 0.4
Hex C6 6 5C 0 61 36 16 14D 5E 28
Octal 306 6 134 0 141 66 26 515 136 50
Binary 11000110 110 1011100 0 1100001 110110 10110 101001101 1011110 101000

Color Harmonies of #C6065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6065C

Black with #C6065C

Text Example


Text Example

White with #C6065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6065C; }

 p { color: rgb(198,6,92); }

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

background-color css

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

 a { background-color: rgb(198,6,92); }

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

border-color css

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

 span { border-color: rgb(198,6,92); }

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