Html Css Color HEX #C9075E Ruby

📋 copy color: '#C9075E'

red 201 ◦ green 7 ◦ blue 94

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

Shades of Ruby #C9075E

Tints of Ruby #C9075E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.32%

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

R = 66.56%
G = 2.32%
B = 31.13%

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

#C9075E (or 0xC9075E) is known color: Ruby. HEX triplet: C9, 07 and 5E. RGB value is (201,7,94). Sum of RGB (Red+Green+Blue) = 201+7+94=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C9075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9075E is #36F8A1. Grayscale: #4A4A4A. Windows color (decimal): -3602594 or 6162377. OLE color: 6162377.

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

Color convert

RGB 201 7 94 -
CMYK 0 0.97 0.53 0.21
HSL 333.09º 0.93% 0.41% -
HSV(B) 333.09º 0.97% 0.79% -
XYZ 26.18 13.38 11.79 -
YUV 74.92 138.77 217.93 -
System Red Green Blue C M Y K H S L
Decimal 201 7 94 0 0.97 0.53 0.21 333.09 0.93 0.41
Hex C9 7 5E 0 61 35 15 14D 5D 29
Octal 311 7 136 0 141 65 25 515 135 51
Binary 11001001 111 1011110 0 1100001 110101 10101 101001101 1011101 101001

Color Harmonies of #C9075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9075E

Black with #C9075E

Text Example


Text Example

White with #C9075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9075E; }

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

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

background-color css

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

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

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

border-color css

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

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

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