Html Css Color HEX #C91669 Ruby

📋 copy color: '#C91669'

red 201 ◦ green 22 ◦ blue 105

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

Shades of Ruby #C91669

Tints of Ruby #C91669

RGB

 RED value IS 201 (78.91% from 255) = 61.28%

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

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

R = 61.28%
G = 6.71%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C91669 (or 0xC91669) is known color: Ruby. HEX triplet: C9, 16 and 69. RGB value is (201,22,105). Sum of RGB (Red+Green+Blue) = 201+22+105=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C91669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91669 is #36E996. Grayscale: #545454. Windows color (decimal): -3598743 or 6887113. OLE color: 6887113.

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

Color convert

RGB 201 22 105 -
CMYK 0 0.89 0.48 0.21
HSL 332.18º 0.8% 0.44% -
HSV(B) 332.18º 0.89% 0.79% -
XYZ 26.92 14.01 14.65 -
YUV 84.98 139.3 210.75 -
System Red Green Blue C M Y K H S L
Decimal 201 22 105 0 0.89 0.48 0.21 332.18 0.8 0.44
Hex C9 16 69 0 59 30 15 14C 50 2C
Octal 311 26 151 0 131 60 25 514 120 54
Binary 11001001 10110 1101001 0 1011001 110000 10101 101001100 1010000 101100

Color Harmonies of #C91669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91669

Black with #C91669

Text Example


Text Example

White with #C91669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91669; }

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

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

background-color css

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

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

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

border-color css

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

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

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