Html Css Color HEX #C80960 Ruby

📋 copy color: '#C80960'

red 200 ◦ green 9 ◦ blue 96

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

Shades of Ruby #C80960

Tints of Ruby #C80960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.48%

R = 65.57%
G = 2.95%
B = 31.48%

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

#C80960 (or 0xC80960) is known color: Ruby. HEX triplet: C8, 09 and 60. RGB value is (200,9,96). Sum of RGB (Red+Green+Blue) = 200+9+96=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C80960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80960 is #37F69F. Grayscale: #4B4B4B. Windows color (decimal): -3667616 or 6293960. OLE color: 6293960.

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

Color convert

RGB 200 9 96 -
CMYK 0 0.96 0.52 0.22
HSL 332.67º 0.91% 0.41% -
HSV(B) 332.67º 0.96% 0.78% -
XYZ 26.03 13.32 12.27 -
YUV 76.03 139.28 216.43 -
System Red Green Blue C M Y K H S L
Decimal 200 9 96 0 0.96 0.52 0.22 332.67 0.91 0.41
Hex C8 9 60 0 60 34 16 14D 5B 29
Octal 310 11 140 0 140 64 26 515 133 51
Binary 11001000 1001 1100000 0 1100000 110100 10110 101001101 1011011 101001

Color Harmonies of #C80960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80960

Black with #C80960

Text Example


Text Example

White with #C80960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80960; }

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

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

background-color css

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

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

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

border-color css

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

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

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