Html Css Color HEX #C6085C Ruby

📋 copy color: '#C6085C'

red 198 ◦ green 8 ◦ blue 92

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

Shades of Ruby #C6085C

Tints of Ruby #C6085C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

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

R = 66.44%
G = 2.68%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6085C (or 0xC6085C) is known color: Ruby. HEX triplet: C6, 08 and 5C. RGB value is (198,8,92). Sum of RGB (Red+Green+Blue) = 198+8+92=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C6085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6085C is #39F7A3. Grayscale: #4A4A4A. Windows color (decimal): -3798948 or 6031558. OLE color: 6031558.

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

Color convert

RGB 198 8 92 -
CMYK 0 0.96 0.54 0.22
HSL 333.47º 0.92% 0.4% -
HSV(B) 333.47º 0.96% 0.78% -
XYZ 25.31 12.95 11.29 -
YUV 74.39 137.95 216.17 -
System Red Green Blue C M Y K H S L
Decimal 198 8 92 0 0.96 0.54 0.22 333.47 0.92 0.4
Hex C6 8 5C 0 60 36 16 14D 5C 28
Octal 306 10 134 0 140 66 26 515 134 50
Binary 11000110 1000 1011100 0 1100000 110110 10110 101001101 1011100 101000

Color Harmonies of #C6085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6085C

Black with #C6085C

Text Example


Text Example

White with #C6085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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