Html Css Color HEX #C60752 Ruby

📋 copy color: '#C60752'

red 198 ◦ green 7 ◦ blue 82

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

Shades of Ruby #C60752

Tints of Ruby #C60752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.44%

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

R = 68.99%
G = 2.44%
B = 28.57%

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

#C60752 (or 0xC60752) is known color: Ruby. HEX triplet: C6, 07 and 52. RGB value is (198,7,82). Sum of RGB (Red+Green+Blue) = 198+7+82=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C60752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60752 is #39F8AD. Grayscale: #484848. Windows color (decimal): -3799214 or 5375942. OLE color: 5375942.

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

Color convert

RGB 198 7 82 -
CMYK 0 0.96 0.59 0.22
HSL 336.44º 0.93% 0.4% -
HSV(B) 336.44º 0.96% 0.78% -
XYZ 24.89 12.77 9.14 -
YUV 72.66 133.28 217.4 -
System Red Green Blue C M Y K H S L
Decimal 198 7 82 0 0.96 0.59 0.22 336.44 0.93 0.4
Hex C6 7 52 0 60 3B 16 150 5D 28
Octal 306 7 122 0 140 73 26 520 135 50
Binary 11000110 111 1010010 0 1100000 111011 10110 101010000 1011101 101000

Color Harmonies of #C60752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60752

Black with #C60752

Text Example


Text Example

White with #C60752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60752; }

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

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

background-color css

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

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

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

border-color css

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

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

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