Html Css Color HEX #C6005F Ruby

📋 copy color: '#C6005F'

red 198 ◦ green 0 ◦ blue 95

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

Shades of Ruby #C6005F

Tints of Ruby #C6005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 32.42%

R = 67.58%
G = 0%
B = 32.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6005F (or 0xC6005F) is known color: Ruby. HEX triplet: C6, 00 and 5F. RGB value is (198,0,95). Sum of RGB (Red+Green+Blue) = 198+0+95=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C6005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6005F is #39FFA0. Grayscale: #454545. Windows color (decimal): -3800993 or 6226118. OLE color: 6226118.

HSL color Cylindrical-coordinate representation of color #C6005F: hue angle of 331.21º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6005F is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 95 -
CMYK 0 1 0.52 0.22
HSL 331.21º 1% 0.39% -
HSV(B) 331.21º 1% 0.78% -
XYZ 25.35 12.83 11.97 -
YUV 70.03 142.1 219.28 -
System Red Green Blue C M Y K H S L
Decimal 198 0 95 0 1 0.52 0.22 331.21 1 0.39
Hex C6 0 5F 0 64 34 16 14B 64 27
Octal 306 0 137 0 144 64 26 513 144 47
Binary 11000110 0 1011111 0 1100100 110100 10110 101001011 1100100 100111

Color Harmonies of #C6005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6005F

Black with #C6005F

Text Example


Text Example

White with #C6005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6005F; }

 p { color: rgb(198,0,95); }

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

background-color css

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

 a { background-color: rgb(198,0,95); }

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

border-color css

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

 span { border-color: rgb(198,0,95); }

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