Html Css Color HEX #C80962 Ruby

📋 copy color: '#C80962'

red 200 ◦ green 9 ◦ blue 98

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

Shades of Ruby #C80962

Tints of Ruby #C80962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 65.15%
G = 2.93%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C80962 (or 0xC80962) is known color: Ruby. HEX triplet: C8, 09 and 62. RGB value is (200,9,98). Sum of RGB (Red+Green+Blue) = 200+9+98=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C80962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80962 is #37F69D. Grayscale: #4C4C4C. Windows color (decimal): -3667614 or 6425032. OLE color: 6425032.

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

Color convert

RGB 200 9 98 -
CMYK 0 0.96 0.51 0.22
HSL 332.04º 0.91% 0.41% -
HSV(B) 332.04º 0.96% 0.78% -
XYZ 26.12 13.36 12.76 -
YUV 76.26 140.28 216.26 -
System Red Green Blue C M Y K H S L
Decimal 200 9 98 0 0.96 0.51 0.22 332.04 0.91 0.41
Hex C8 9 62 0 60 33 16 14C 5B 29
Octal 310 11 142 0 140 63 26 514 133 51
Binary 11001000 1001 1100010 0 1100000 110011 10110 101001100 1011011 101001

Color Harmonies of #C80962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80962

Black with #C80962

Text Example


Text Example

White with #C80962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80962; }

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

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

background-color css

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

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

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

border-color css

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

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

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