Html Css Color HEX #C9075B Ruby

📋 copy color: '#C9075B'

red 201 ◦ green 7 ◦ blue 91

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

Shades of Ruby #C9075B

Tints of Ruby #C9075B

RGB

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

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

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

R = 67.22%
G = 2.34%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9075B (or 0xC9075B) is known color: Ruby. HEX triplet: C9, 07 and 5B. RGB value is (201,7,91). Sum of RGB (Red+Green+Blue) = 201+7+91=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9075B is #36F8A4. Grayscale: #4A4A4A. Windows color (decimal): -3602597 or 5965769. OLE color: 5965769.

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

Color convert

RGB 201 7 91 -
CMYK 0 0.97 0.55 0.21
HSL 334.02º 0.93% 0.41% -
HSV(B) 334.02º 0.97% 0.79% -
XYZ 26.05 13.32 11.1 -
YUV 74.58 137.27 218.17 -
System Red Green Blue C M Y K H S L
Decimal 201 7 91 0 0.97 0.55 0.21 334.02 0.93 0.41
Hex C9 7 5B 0 61 37 15 14E 5D 29
Octal 311 7 133 0 141 67 25 516 135 51
Binary 11001001 111 1011011 0 1100001 110111 10101 101001110 1011101 101001

Color Harmonies of #C9075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9075B

Black with #C9075B

Text Example


Text Example

White with #C9075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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