Html Css Color HEX #C9085B Ruby

📋 copy color: '#C9085B'

red 201 ◦ green 8 ◦ blue 91

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

Shades of Ruby #C9085B

Tints of Ruby #C9085B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.67%

 BLUE value IS 91 (35.94% from 255) = 30.33%

R = 67%
G = 2.67%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9085B (or 0xC9085B) is known color: Ruby. HEX triplet: C9, 08 and 5B. RGB value is (201,8,91). Sum of RGB (Red+Green+Blue) = 201+8+91=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C9085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9085B is #36F7A4. Grayscale: #4B4B4B. Windows color (decimal): -3602341 or 5966025. OLE color: 5966025.

HSL color Cylindrical-coordinate representation of color #C9085B: hue angle of 334.2º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9085B is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 8 91 -
CMYK 0 0.96 0.55 0.21
HSL 334.2º 0.92% 0.41% -
HSV(B) 334.2º 0.96% 0.79% -
XYZ 26.06 13.35 11.1 -
YUV 75.17 136.94 217.75 -
System Red Green Blue C M Y K H S L
Decimal 201 8 91 0 0.96 0.55 0.21 334.2 0.92 0.41
Hex C9 8 5B 0 60 37 15 14E 5C 29
Octal 311 10 133 0 140 67 25 516 134 51
Binary 11001001 1000 1011011 0 1100000 110111 10101 101001110 1011100 101001

Color Harmonies of #C9085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9085B

Black with #C9085B

Text Example


Text Example

White with #C9085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9085B; }

 p { color: rgb(201,8,91); }

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

background-color css

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

 a { background-color: rgb(201,8,91); }

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

border-color css

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

 span { border-color: rgb(201,8,91); }

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