Html Css Color HEX #C80961 Ruby

📋 copy color: '#C80961'

red 200 ◦ green 9 ◦ blue 97

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

Shades of Ruby #C80961

Tints of Ruby #C80961

RGB

 RED value IS 200 (78.52% from 255) = 65.36%

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

 BLUE value IS 97 (38.28% from 255) = 31.7%

R = 65.36%
G = 2.94%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C80961 (or 0xC80961) is known color: Ruby. HEX triplet: C8, 09 and 61. RGB value is (200,9,97). Sum of RGB (Red+Green+Blue) = 200+9+97=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C80961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80961 is #37F69E. Grayscale: #4B4B4B. Windows color (decimal): -3667615 or 6359496. OLE color: 6359496.

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

Color convert

RGB 200 9 97 -
CMYK 0 0.96 0.52 0.22
HSL 332.36º 0.91% 0.41% -
HSV(B) 332.36º 0.96% 0.78% -
XYZ 26.07 13.34 12.51 -
YUV 76.14 139.78 216.34 -
System Red Green Blue C M Y K H S L
Decimal 200 9 97 0 0.96 0.52 0.22 332.36 0.91 0.41
Hex C8 9 61 0 60 34 16 14C 5B 29
Octal 310 11 141 0 140 64 26 514 133 51
Binary 11001000 1001 1100001 0 1100000 110100 10110 101001100 1011011 101001

Color Harmonies of #C80961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80961

Black with #C80961

Text Example


Text Example

White with #C80961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80961; }

 p { color: rgb(200,9,97); }

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

background-color css

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

 a { background-color: rgb(200,9,97); }

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

border-color css

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

 span { border-color: rgb(200,9,97); }

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