Html Css Color HEX #C81469 Ruby

📋 copy color: '#C81469'

red 200 ◦ green 20 ◦ blue 105

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

Shades of Ruby #C81469

Tints of Ruby #C81469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.15%

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

R = 61.54%
G = 6.15%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C81469 (or 0xC81469) is known color: Ruby. HEX triplet: C8, 14 and 69. RGB value is (200,20,105). Sum of RGB (Red+Green+Blue) = 200+20+105=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C81469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81469 is #37EB96. Grayscale: #535353. Windows color (decimal): -3664791 or 6886600. OLE color: 6886600.

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

Color convert

RGB 200 20 105 -
CMYK 0 0.9 0.48 0.22
HSL 331.67º 0.82% 0.43% -
HSV(B) 331.67º 0.9% 0.78% -
XYZ 26.62 13.8 14.63 -
YUV 83.51 140.13 211.09 -
System Red Green Blue C M Y K H S L
Decimal 200 20 105 0 0.9 0.48 0.22 331.67 0.82 0.43
Hex C8 14 69 0 5A 30 16 14C 52 2B
Octal 310 24 151 0 132 60 26 514 122 53
Binary 11001000 10100 1101001 0 1011010 110000 10110 101001100 1010010 101011

Color Harmonies of #C81469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81469

Black with #C81469

Text Example


Text Example

White with #C81469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81469; }

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

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

background-color css

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

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

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

border-color css

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

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

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