Html Css Color HEX #C60852 Ruby

📋 copy color: '#C60852'

red 198 ◦ green 8 ◦ blue 82

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

Shades of Ruby #C60852

Tints of Ruby #C60852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.47%

R = 68.75%
G = 2.78%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C60852 (or 0xC60852) is known color: Ruby. HEX triplet: C6, 08 and 52. RGB value is (198,8,82). Sum of RGB (Red+Green+Blue) = 198+8+82=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C60852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60852 is #39F7AD. Grayscale: #494949. Windows color (decimal): -3798958 or 5376198. OLE color: 5376198.

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

Color convert

RGB 198 8 82 -
CMYK 0 0.96 0.59 0.22
HSL 336.63º 0.92% 0.4% -
HSV(B) 336.63º 0.96% 0.78% -
XYZ 24.9 12.79 9.14 -
YUV 73.25 132.95 216.98 -
System Red Green Blue C M Y K H S L
Decimal 198 8 82 0 0.96 0.59 0.22 336.63 0.92 0.4
Hex C6 8 52 0 60 3B 16 151 5C 28
Octal 306 10 122 0 140 73 26 521 134 50
Binary 11000110 1000 1010010 0 1100000 111011 10110 101010001 1011100 101000

Color Harmonies of #C60852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60852

Black with #C60852

Text Example


Text Example

White with #C60852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60852; }

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

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

background-color css

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

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

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

border-color css

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

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

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