Html Css Color HEX #C90067 Ruby

📋 copy color: '#C90067'

red 201 ◦ green 0 ◦ blue 103

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

Shades of Ruby #C90067

Tints of Ruby #C90067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 33.88%

R = 66.12%
G = 0%
B = 33.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C90067 (or 0xC90067) is known color: Ruby. HEX triplet: C9, 00 and 67. RGB value is (201,0,103). Sum of RGB (Red+Green+Blue) = 201+0+103=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C90067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90067 is #36FF98. Grayscale: #474747. Windows color (decimal): -3604377 or 6750409. OLE color: 6750409.

HSL color Cylindrical-coordinate representation of color #C90067: hue angle of 329.25º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90067 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 103 -
CMYK 0 1 0.49 0.21
HSL 329.25º 1% 0.39% -
HSV(B) 329.25º 1% 0.79% -
XYZ 26.54 13.4 14.02 -
YUV 71.84 145.59 220.12 -
System Red Green Blue C M Y K H S L
Decimal 201 0 103 0 1 0.49 0.21 329.25 1 0.39
Hex C9 0 67 0 64 31 15 149 64 27
Octal 311 0 147 0 144 61 25 511 144 47
Binary 11001001 0 1100111 0 1100100 110001 10101 101001001 1100100 100111

Color Harmonies of #C90067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90067

Black with #C90067

Text Example


Text Example

White with #C90067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90067; }

 p { color: rgb(201,0,103); }

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

background-color css

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

 a { background-color: rgb(201,0,103); }

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

border-color css

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

 span { border-color: rgb(201,0,103); }

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