Html Css Color HEX #C9056A Ruby

📋 copy color: '#C9056A'

red 201 ◦ green 5 ◦ blue 106

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

Shades of Ruby #C9056A

Tints of Ruby #C9056A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

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

R = 64.42%
G = 1.6%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9056A (or 0xC9056A) is known color: Ruby. HEX triplet: C9, 05 and 6A. RGB value is (201,5,106). Sum of RGB (Red+Green+Blue) = 201+5+106=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9056A is #36FA95. Grayscale: #4A4A4A. Windows color (decimal): -3603094 or 6948297. OLE color: 6948297.

HSL color Cylindrical-coordinate representation of color #C9056A: hue angle of 329.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9056A is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 106 -
CMYK 0 0.98 0.47 0.21
HSL 329.08º 0.95% 0.4% -
HSV(B) 329.08º 0.98% 0.79% -
XYZ 26.74 13.57 14.84 -
YUV 75.12 145.43 217.79 -
System Red Green Blue C M Y K H S L
Decimal 201 5 106 0 0.98 0.47 0.21 329.08 0.95 0.4
Hex C9 5 6A 0 62 2F 15 149 5F 28
Octal 311 5 152 0 142 57 25 511 137 50
Binary 11001001 101 1101010 0 1100010 101111 10101 101001001 1011111 101000

Color Harmonies of #C9056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9056A

Black with #C9056A

Text Example


Text Example

White with #C9056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9056A; }

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

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

background-color css

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

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

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

border-color css

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

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

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