Html Css Color HEX #C91268 Ruby

📋 copy color: '#C91268'

red 201 ◦ green 18 ◦ blue 104

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

Shades of Ruby #C91268

Tints of Ruby #C91268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.57%

 BLUE value IS 104 (41.02% from 255) = 32.2%

R = 62.23%
G = 5.57%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C91268 (or 0xC91268) is known color: Ruby. HEX triplet: C9, 12 and 68. RGB value is (201,18,104). Sum of RGB (Red+Green+Blue) = 201+18+104=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C91268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91268 is #36ED97. Grayscale: #525252. Windows color (decimal): -3599768 or 6820553. OLE color: 6820553.

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

Color convert

RGB 201 18 104 -
CMYK 0 0.91 0.48 0.21
HSL 331.8º 0.84% 0.43% -
HSV(B) 331.8º 0.91% 0.79% -
XYZ 26.8 13.85 14.36 -
YUV 82.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 201 18 104 0 0.91 0.48 0.21 331.8 0.84 0.43
Hex C9 12 68 0 5B 30 15 14C 54 2B
Octal 311 22 150 0 133 60 25 514 124 53
Binary 11001001 10010 1101000 0 1011011 110000 10101 101001100 1010100 101011

Color Harmonies of #C91268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91268

Black with #C91268

Text Example


Text Example

White with #C91268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91268; }

 p { color: rgb(201,18,104); }

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

background-color css

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

 a { background-color: rgb(201,18,104); }

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

border-color css

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

 span { border-color: rgb(201,18,104); }

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