Html Css Color HEX #C80B6A Ruby

📋 copy color: '#C80B6A'

red 200 ◦ green 11 ◦ blue 106

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

Shades of Ruby #C80B6A

Tints of Ruby #C80B6A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.47%

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 63.09%
G = 3.47%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C80B6A (or 0xC80B6A) is known color: Ruby. HEX triplet: C8, 0B and 6A. RGB value is (200,11,106). Sum of RGB (Red+Green+Blue) = 200+11+106=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80B6A is #37F495. Grayscale: #4E4E4E. Windows color (decimal): -3667094 or 6949832. OLE color: 6949832.

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

Color convert

RGB 200 11 106 -
CMYK 0 0.94 0.47 0.22
HSL 329.84º 0.9% 0.41% -
HSV(B) 329.84º 0.95% 0.78% -
XYZ 26.54 13.56 14.85 -
YUV 78.34 143.62 214.78 -
System Red Green Blue C M Y K H S L
Decimal 200 11 106 0 0.94 0.47 0.22 329.84 0.9 0.41
Hex C8 B 6A 0 5E 2F 16 14A 5A 29
Octal 310 13 152 0 136 57 26 512 132 51
Binary 11001000 1011 1101010 0 1011110 101111 10110 101001010 1011010 101001

Color Harmonies of #C80B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B6A

Black with #C80B6A

Text Example


Text Example

White with #C80B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B6A; }

 p { color: rgb(200,11,106); }

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

background-color css

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

 a { background-color: rgb(200,11,106); }

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

border-color css

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

 span { border-color: rgb(200,11,106); }

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