Html Css Color HEX #C9076B Ruby

📋 copy color: '#C9076B'

red 201 ◦ green 7 ◦ blue 107

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

Shades of Ruby #C9076B

Tints of Ruby #C9076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 63.81%
G = 2.22%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9076B (or 0xC9076B) is known color: Ruby. HEX triplet: C9, 07 and 6B. RGB value is (201,7,107). Sum of RGB (Red+Green+Blue) = 201+7+107=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9076B is #36F894. Grayscale: #4C4C4C. Windows color (decimal): -3602581 or 7014345. OLE color: 7014345.

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

Color convert

RGB 201 7 107 -
CMYK 0 0.97 0.47 0.21
HSL 329.07º 0.93% 0.41% -
HSV(B) 329.07º 0.97% 0.79% -
XYZ 26.82 13.63 15.13 -
YUV 76.41 145.27 216.87 -
System Red Green Blue C M Y K H S L
Decimal 201 7 107 0 0.97 0.47 0.21 329.07 0.93 0.41
Hex C9 7 6B 0 61 2F 15 149 5D 29
Octal 311 7 153 0 141 57 25 511 135 51
Binary 11001001 111 1101011 0 1100001 101111 10101 101001001 1011101 101001

Color Harmonies of #C9076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9076B

Black with #C9076B

Text Example


Text Example

White with #C9076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9076B; }

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

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

background-color css

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

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

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

border-color css

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

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

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