Html Css Color HEX #C81869 Ruby

📋 copy color: '#C81869'

red 200 ◦ green 24 ◦ blue 105

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

Shades of Ruby #C81869

Tints of Ruby #C81869

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.29%

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

R = 60.79%
G = 7.29%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C81869 (or 0xC81869) is known color: Ruby. HEX triplet: C8, 18 and 69. RGB value is (200,24,105). Sum of RGB (Red+Green+Blue) = 200+24+105=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C81869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81869 is #37E796. Grayscale: #555555. Windows color (decimal): -3663767 or 6887624. OLE color: 6887624.

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

Color convert

RGB 200 24 105 -
CMYK 0 0.88 0.48 0.22
HSL 332.39º 0.79% 0.44% -
HSV(B) 332.39º 0.88% 0.78% -
XYZ 26.7 13.95 14.65 -
YUV 85.86 138.81 209.41 -
System Red Green Blue C M Y K H S L
Decimal 200 24 105 0 0.88 0.48 0.22 332.39 0.79 0.44
Hex C8 18 69 0 58 30 16 14C 4F 2C
Octal 310 30 151 0 130 60 26 514 117 54
Binary 11001000 11000 1101001 0 1011000 110000 10110 101001100 1001111 101100

Color Harmonies of #C81869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81869

Black with #C81869

Text Example


Text Example

White with #C81869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81869; }

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

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

background-color css

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

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

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

border-color css

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

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

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