Html Css Color HEX #C80869 Ruby

📋 copy color: '#C80869'

red 200 ◦ green 8 ◦ blue 105

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

Shades of Ruby #C80869

Tints of Ruby #C80869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

 BLUE value IS 105 (41.41% from 255) = 33.55%

R = 63.9%
G = 2.56%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C80869 (or 0xC80869) is known color: Ruby. HEX triplet: C8, 08 and 69. RGB value is (200,8,105). Sum of RGB (Red+Green+Blue) = 200+8+105=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C80869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80869 is #37F796. Grayscale: #4C4C4C. Windows color (decimal): -3667863 or 6883528. OLE color: 6883528.

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

Color convert

RGB 200 8 105 -
CMYK 0 0.96 0.48 0.22
HSL 329.69º 0.92% 0.41% -
HSV(B) 329.69º 0.96% 0.78% -
XYZ 26.46 13.47 14.57 -
YUV 76.47 144.11 216.11 -
System Red Green Blue C M Y K H S L
Decimal 200 8 105 0 0.96 0.48 0.22 329.69 0.92 0.41
Hex C8 8 69 0 60 30 16 14A 5C 29
Octal 310 10 151 0 140 60 26 512 134 51
Binary 11001000 1000 1101001 0 1100000 110000 10110 101001010 1011100 101001

Color Harmonies of #C80869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80869

Black with #C80869

Text Example


Text Example

White with #C80869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80869; }

 p { color: rgb(200,8,105); }

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

background-color css

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

 a { background-color: rgb(200,8,105); }

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

border-color css

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

 span { border-color: rgb(200,8,105); }

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