Html Css Color HEX #C81069 Ruby

📋 copy color: '#C81069'

red 200 ◦ green 16 ◦ blue 105

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

Shades of Ruby #C81069

Tints of Ruby #C81069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.98%

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

R = 62.31%
G = 4.98%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C81069 (or 0xC81069) is known color: Ruby. HEX triplet: C8, 10 and 69. RGB value is (200,16,105). Sum of RGB (Red+Green+Blue) = 200+16+105=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C81069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81069 is #37EF96. Grayscale: #505050. Windows color (decimal): -3665815 or 6885576. OLE color: 6885576.

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

Color convert

RGB 200 16 105 -
CMYK 0 0.92 0.48 0.22
HSL 330.98º 0.85% 0.42% -
HSV(B) 330.98º 0.92% 0.78% -
XYZ 26.55 13.67 14.6 -
YUV 81.16 141.46 212.76 -
System Red Green Blue C M Y K H S L
Decimal 200 16 105 0 0.92 0.48 0.22 330.98 0.85 0.42
Hex C8 10 69 0 5C 30 16 14B 55 2A
Octal 310 20 151 0 134 60 26 513 125 52
Binary 11001000 10000 1101001 0 1011100 110000 10110 101001011 1010101 101010

Color Harmonies of #C81069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81069

Black with #C81069

Text Example


Text Example

White with #C81069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81069; }

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

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

background-color css

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

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

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

border-color css

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

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

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