Html Css Color HEX #C9076A Ruby

📋 copy color: '#C9076A'

red 201 ◦ green 7 ◦ blue 106

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

Shades of Ruby #C9076A

Tints of Ruby #C9076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 64.01%
G = 2.23%
B = 33.76%

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

#C9076A (or 0xC9076A) is known color: Ruby. HEX triplet: C9, 07 and 6A. RGB value is (201,7,106). Sum of RGB (Red+Green+Blue) = 201+7+106=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9076A is #36F895. Grayscale: #4C4C4C. Windows color (decimal): -3602582 or 6948809. OLE color: 6948809.

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

Color convert

RGB 201 7 106 -
CMYK 0 0.97 0.47 0.21
HSL 329.38º 0.93% 0.41% -
HSV(B) 329.38º 0.97% 0.79% -
XYZ 26.76 13.61 14.85 -
YUV 76.29 144.77 216.95 -
System Red Green Blue C M Y K H S L
Decimal 201 7 106 0 0.97 0.47 0.21 329.38 0.93 0.41
Hex C9 7 6A 0 61 2F 15 149 5D 29
Octal 311 7 152 0 141 57 25 511 135 51
Binary 11001001 111 1101010 0 1100001 101111 10101 101001001 1011101 101001

Color Harmonies of #C9076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9076A

Black with #C9076A

Text Example


Text Example

White with #C9076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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