Html Css Color HEX #C81669 Ruby

📋 copy color: '#C81669'

red 200 ◦ green 22 ◦ blue 105

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

Shades of Ruby #C81669

Tints of Ruby #C81669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.73%

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

R = 61.16%
G = 6.73%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C81669 (or 0xC81669) is known color: Ruby. HEX triplet: C8, 16 and 69. RGB value is (200,22,105). Sum of RGB (Red+Green+Blue) = 200+22+105=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C81669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81669 is #37E996. Grayscale: #545454. Windows color (decimal): -3664279 or 6887112. OLE color: 6887112.

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

Color convert

RGB 200 22 105 -
CMYK 0 0.89 0.48 0.22
HSL 332.02º 0.8% 0.44% -
HSV(B) 332.02º 0.89% 0.78% -
XYZ 26.66 13.87 14.64 -
YUV 84.68 139.47 210.25 -
System Red Green Blue C M Y K H S L
Decimal 200 22 105 0 0.89 0.48 0.22 332.02 0.8 0.44
Hex C8 16 69 0 59 30 16 14C 50 2C
Octal 310 26 151 0 131 60 26 514 120 54
Binary 11001000 10110 1101001 0 1011001 110000 10110 101001100 1010000 101100

Color Harmonies of #C81669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81669

Black with #C81669

Text Example


Text Example

White with #C81669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81669; }

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

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

background-color css

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

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

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

border-color css

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

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

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