Html Css Color HEX #C81769 Ruby

📋 copy color: '#C81769'

red 200 ◦ green 23 ◦ blue 105

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

Shades of Ruby #C81769

Tints of Ruby #C81769

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.01%

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

R = 60.98%
G = 7.01%
B = 32.01%

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

#C81769 (or 0xC81769) is known color: Ruby. HEX triplet: C8, 17 and 69. RGB value is (200,23,105). Sum of RGB (Red+Green+Blue) = 200+23+105=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C81769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81769 is #37E896. Grayscale: #555555. Windows color (decimal): -3664023 or 6887368. OLE color: 6887368.

HSL color Cylindrical-coordinate representation of color #C81769: hue angle of 332.2º 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 #C81769 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 23 105 -
CMYK 0 0.88 0.48 0.22
HSL 332.2º 0.79% 0.44% -
HSV(B) 332.2º 0.89% 0.78% -
XYZ 26.68 13.91 14.64 -
YUV 85.27 139.14 209.83 -
System Red Green Blue C M Y K H S L
Decimal 200 23 105 0 0.88 0.48 0.22 332.2 0.79 0.44
Hex C8 17 69 0 58 30 16 14C 4F 2C
Octal 310 27 151 0 130 60 26 514 117 54
Binary 11001000 10111 1101001 0 1011000 110000 10110 101001100 1001111 101100

Color Harmonies of #C81769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81769

Black with #C81769

Text Example


Text Example

White with #C81769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81769; }

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

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

background-color css

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

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

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

border-color css

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

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

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