Html Css Color HEX #C9006B Ruby

📋 copy color: '#C9006B'

red 201 ◦ green 0 ◦ blue 107

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

Shades of Ruby #C9006B

Tints of Ruby #C9006B

RGB

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

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

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

R = 65.26%
G = 0%
B = 34.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9006B (or 0xC9006B) is known color: Ruby. HEX triplet: C9, 00 and 6B. RGB value is (201,0,107). Sum of RGB (Red+Green+Blue) = 201+0+107=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C9006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9006B is #36FF94. Grayscale: #484848. Windows color (decimal): -3604373 or 7012553. OLE color: 7012553.

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

Color convert

RGB 201 0 107 -
CMYK 0 1 0.47 0.21
HSL 328.06º 1% 0.39% -
HSV(B) 328.06º 1% 0.79% -
XYZ 26.74 13.48 15.1 -
YUV 72.3 147.59 219.8 -
System Red Green Blue C M Y K H S L
Decimal 201 0 107 0 1 0.47 0.21 328.06 1 0.39
Hex C9 0 6B 0 64 2F 15 148 64 27
Octal 311 0 153 0 144 57 25 510 144 47
Binary 11001001 0 1101011 0 1100100 101111 10101 101001000 1100100 100111

Color Harmonies of #C9006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9006B

Black with #C9006B

Text Example


Text Example

White with #C9006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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