Html Css Color HEX #C60855 Ruby

📋 copy color: '#C60855'

red 198 ◦ green 8 ◦ blue 85

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

Shades of Ruby #C60855

Tints of Ruby #C60855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.21%

R = 68.04%
G = 2.75%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C60855 (or 0xC60855) is known color: Ruby. HEX triplet: C6, 08 and 55. RGB value is (198,8,85). Sum of RGB (Red+Green+Blue) = 198+8+85=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C60855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60855 is #39F7AA. Grayscale: #494949. Windows color (decimal): -3798955 or 5572806. OLE color: 5572806.

HSL color Cylindrical-coordinate representation of color #C60855: hue angle of 335.68º 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 #C60855 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 8 85 -
CMYK 0 0.96 0.57 0.22
HSL 335.68º 0.92% 0.4% -
HSV(B) 335.68º 0.96% 0.78% -
XYZ 25.02 12.84 9.75 -
YUV 73.59 134.45 216.74 -
System Red Green Blue C M Y K H S L
Decimal 198 8 85 0 0.96 0.57 0.22 335.68 0.92 0.4
Hex C6 8 55 0 60 39 16 150 5C 28
Octal 306 10 125 0 140 71 26 520 134 50
Binary 11000110 1000 1010101 0 1100000 111001 10110 101010000 1011100 101000

Color Harmonies of #C60855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60855

Black with #C60855

Text Example


Text Example

White with #C60855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60855; }

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

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

background-color css

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

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

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

border-color css

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

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

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