Html Css Color HEX #C81A69 Ruby

📋 copy color: '#C81A69'

red 200 ◦ green 26 ◦ blue 105

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

Shades of Ruby #C81A69

Tints of Ruby #C81A69

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.85%

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

R = 60.42%
G = 7.85%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C81A69 (or 0xC81A69) is known color: Ruby. HEX triplet: C8, 1A and 69. RGB value is (200,26,105). Sum of RGB (Red+Green+Blue) = 200+26+105=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81A69 is #37E596. Grayscale: #565656. Windows color (decimal): -3663255 or 6888136. OLE color: 6888136.

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

Color convert

RGB 200 26 105 -
CMYK 0 0.87 0.48 0.22
HSL 332.76º 0.77% 0.44% -
HSV(B) 332.76º 0.87% 0.78% -
XYZ 26.74 14.04 14.66 -
YUV 87.03 138.15 208.58 -
System Red Green Blue C M Y K H S L
Decimal 200 26 105 0 0.87 0.48 0.22 332.76 0.77 0.44
Hex C8 1A 69 0 57 30 16 14D 4D 2C
Octal 310 32 151 0 127 60 26 515 115 54
Binary 11001000 11010 1101001 0 1010111 110000 10110 101001101 1001101 101100

Color Harmonies of #C81A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A69

Black with #C81A69

Text Example


Text Example

White with #C81A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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