Html Css Color HEX #C81D69 Ruby

📋 copy color: '#C81D69'

red 200 ◦ green 29 ◦ blue 105

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

Shades of Ruby #C81D69

Tints of Ruby #C81D69

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.68%

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

R = 59.88%
G = 8.68%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C81D69 (or 0xC81D69) is known color: Ruby. HEX triplet: C8, 1D and 69. RGB value is (200,29,105). Sum of RGB (Red+Green+Blue) = 200+29+105=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81D69 is #37E296. Grayscale: #585858. Windows color (decimal): -3662487 or 6888904. OLE color: 6888904.

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

Color convert

RGB 200 29 105 -
CMYK 0 0.86 0.48 0.22
HSL 333.33º 0.75% 0.45% -
HSV(B) 333.33º 0.86% 0.78% -
XYZ 26.81 14.18 14.69 -
YUV 88.79 137.15 207.32 -
System Red Green Blue C M Y K H S L
Decimal 200 29 105 0 0.86 0.48 0.22 333.33 0.75 0.45
Hex C8 1D 69 0 56 30 16 14D 4B 2D
Octal 310 35 151 0 126 60 26 515 113 55
Binary 11001000 11101 1101001 0 1010110 110000 10110 101001101 1001011 101101

Color Harmonies of #C81D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81D69

Black with #C81D69

Text Example


Text Example

White with #C81D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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