Html Css Color HEX #C9065E Ruby

📋 copy color: '#C9065E'

red 201 ◦ green 6 ◦ blue 94

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

Shades of Ruby #C9065E

Tints of Ruby #C9065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 66.78%
G = 1.99%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9065E (or 0xC9065E) is known color: Ruby. HEX triplet: C9, 06 and 5E. RGB value is (201,6,94). Sum of RGB (Red+Green+Blue) = 201+6+94=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C9065E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9065E is #36F9A1. Grayscale: #4A4A4A. Windows color (decimal): -3602850 or 6162121. OLE color: 6162121.

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

Color convert

RGB 201 6 94 -
CMYK 0 0.97 0.53 0.21
HSL 332.92º 0.94% 0.41% -
HSV(B) 332.92º 0.97% 0.79% -
XYZ 26.17 13.36 11.79 -
YUV 74.34 139.1 218.34 -
System Red Green Blue C M Y K H S L
Decimal 201 6 94 0 0.97 0.53 0.21 332.92 0.94 0.41
Hex C9 6 5E 0 61 35 15 14D 5E 29
Octal 311 6 136 0 141 65 25 515 136 51
Binary 11001001 110 1011110 0 1100001 110101 10101 101001101 1011110 101001

Color Harmonies of #C9065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9065E

Black with #C9065E

Text Example


Text Example

White with #C9065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9065E; }

 p { color: rgb(201,6,94); }

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

background-color css

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

 a { background-color: rgb(201,6,94); }

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

border-color css

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

 span { border-color: rgb(201,6,94); }

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