Html Css Color HEX #C81B66 Ruby

📋 copy color: '#C81B66'

red 200 ◦ green 27 ◦ blue 102

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

Shades of Ruby #C81B66

Tints of Ruby #C81B66

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.21%

 BLUE value IS 102 (40.23% from 255) = 31%

R = 60.79%
G = 8.21%
B = 31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C81B66 (or 0xC81B66) is known color: Ruby. HEX triplet: C8, 1B and 66. RGB value is (200,27,102). Sum of RGB (Red+Green+Blue) = 200+27+102=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C81B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81B66 is #37E499. Grayscale: #575757. Windows color (decimal): -3663002 or 6691784. OLE color: 6691784.

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

Color convert

RGB 200 27 102 -
CMYK 0 0.86 0.49 0.22
HSL 333.99º 0.76% 0.45% -
HSV(B) 333.99º 0.87% 0.78% -
XYZ 26.61 14.02 13.87 -
YUV 87.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 200 27 102 0 0.86 0.49 0.22 333.99 0.76 0.45
Hex C8 1B 66 0 56 31 16 14E 4C 2D
Octal 310 33 146 0 126 61 26 516 114 55
Binary 11001000 11011 1100110 0 1010110 110001 10110 101001110 1001100 101101

Color Harmonies of #C81B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81B66

Black with #C81B66

Text Example


Text Example

White with #C81B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81B66; }

 p { color: rgb(200,27,102); }

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

background-color css

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

 a { background-color: rgb(200,27,102); }

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

border-color css

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

 span { border-color: rgb(200,27,102); }

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