Html Css Color HEX #C60964 Ruby

📋 copy color: '#C60964'

red 198 ◦ green 9 ◦ blue 100

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

Shades of Ruby #C60964

Tints of Ruby #C60964

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.93%

 BLUE value IS 100 (39.45% from 255) = 32.57%

R = 64.5%
G = 2.93%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C60964 (or 0xC60964) is known color: Ruby. HEX triplet: C6, 09 and 64. RGB value is (198,9,100). Sum of RGB (Red+Green+Blue) = 198+9+100=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C60964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60964 is #39F69B. Grayscale: #4B4B4B. Windows color (decimal): -3798684 or 6556102. OLE color: 6556102.

HSL color Cylindrical-coordinate representation of color #C60964: hue angle of 331.11º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60964 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 9 100 -
CMYK 0 0.95 0.49 0.22
HSL 331.11º 0.91% 0.41% -
HSV(B) 331.11º 0.95% 0.78% -
XYZ 25.69 13.12 13.24 -
YUV 75.89 141.62 215.1 -
System Red Green Blue C M Y K H S L
Decimal 198 9 100 0 0.95 0.49 0.22 331.11 0.91 0.41
Hex C6 9 64 0 5F 31 16 14B 5B 29
Octal 306 11 144 0 137 61 26 513 133 51
Binary 11000110 1001 1100100 0 1011111 110001 10110 101001011 1011011 101001

Color Harmonies of #C60964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60964

Black with #C60964

Text Example


Text Example

White with #C60964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60964; }

 p { color: rgb(198,9,100); }

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

background-color css

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

 a { background-color: rgb(198,9,100); }

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

border-color css

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

 span { border-color: rgb(198,9,100); }

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