Html Css Color HEX #C6035C Ruby

📋 copy color: '#C6035C'

red 198 ◦ green 3 ◦ blue 92

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

Shades of Ruby #C6035C

Tints of Ruby #C6035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 67.58%
G = 1.02%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6035C (or 0xC6035C) is known color: Ruby. HEX triplet: C6, 03 and 5C. RGB value is (198,3,92). Sum of RGB (Red+Green+Blue) = 198+3+92=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C6035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6035C is #39FCA3. Grayscale: #474747. Windows color (decimal): -3800228 or 6030278. OLE color: 6030278.

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

Color convert

RGB 198 3 92 -
CMYK 0 0.98 0.54 0.22
HSL 332.62º 0.97% 0.39% -
HSV(B) 332.62º 0.98% 0.78% -
XYZ 25.25 12.84 11.27 -
YUV 71.45 139.6 218.26 -
System Red Green Blue C M Y K H S L
Decimal 198 3 92 0 0.98 0.54 0.22 332.62 0.97 0.39
Hex C6 3 5C 0 62 36 16 14D 61 27
Octal 306 3 134 0 142 66 26 515 141 47
Binary 11000110 11 1011100 0 1100010 110110 10110 101001101 1100001 100111

Color Harmonies of #C6035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6035C

Black with #C6035C

Text Example


Text Example

White with #C6035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6035C; }

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

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

background-color css

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

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

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

border-color css

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

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

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