Html Css Color HEX #C9065F Ruby

📋 copy color: '#C9065F'

red 201 ◦ green 6 ◦ blue 95

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

Shades of Ruby #C9065F

Tints of Ruby #C9065F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 66.56%
G = 1.99%
B = 31.46%

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

#C9065F (or 0xC9065F) is known color: Ruby. HEX triplet: C9, 06 and 5F. RGB value is (201,6,95). Sum of RGB (Red+Green+Blue) = 201+6+95=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C9065F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9065F is #36F9A0. Grayscale: #4A4A4A. Windows color (decimal): -3602849 or 6227657. OLE color: 6227657.

HSL color Cylindrical-coordinate representation of color #C9065F: hue angle of 332.62º 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 #C9065F is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 6 95 -
CMYK 0 0.97 0.53 0.21
HSL 332.62º 0.94% 0.41% -
HSV(B) 332.62º 0.97% 0.79% -
XYZ 26.22 13.37 12.03 -
YUV 74.45 139.6 218.26 -
System Red Green Blue C M Y K H S L
Decimal 201 6 95 0 0.97 0.53 0.21 332.62 0.94 0.41
Hex C9 6 5F 0 61 35 15 14D 5E 29
Octal 311 6 137 0 141 65 25 515 136 51
Binary 11001001 110 1011111 0 1100001 110101 10101 101001101 1011110 101001

Color Harmonies of #C9065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9065F

Black with #C9065F

Text Example


Text Example

White with #C9065F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9065F; }

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

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

background-color css

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

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

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

border-color css

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

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

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