Html Css Color HEX #C9035C Ruby

📋 copy color: '#C9035C'

red 201 ◦ green 3 ◦ blue 92

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

Shades of Ruby #C9035C

Tints of Ruby #C9035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 92 (36.33% from 255) = 31.08%

R = 67.91%
G = 1.01%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9035C (or 0xC9035C) is known color: Ruby. HEX triplet: C9, 03 and 5C. RGB value is (201,3,92). Sum of RGB (Red+Green+Blue) = 201+3+92=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9035C is #36FCA3. Grayscale: #484848. Windows color (decimal): -3603620 or 6030281. OLE color: 6030281.

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

Color convert

RGB 201 3 92 -
CMYK 0 0.99 0.54 0.21
HSL 333.03º 0.97% 0.4% -
HSV(B) 333.03º 0.99% 0.79% -
XYZ 26.05 13.26 11.31 -
YUV 72.35 139.1 219.76 -
System Red Green Blue C M Y K H S L
Decimal 201 3 92 0 0.99 0.54 0.21 333.03 0.97 0.4
Hex C9 3 5C 0 63 36 15 14D 61 28
Octal 311 3 134 0 143 66 25 515 141 50
Binary 11001001 11 1011100 0 1100011 110110 10101 101001101 1100001 101000

Color Harmonies of #C9035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9035C

Black with #C9035C

Text Example


Text Example

White with #C9035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9035C; }

 p { color: rgb(201,3,92); }

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

background-color css

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

 a { background-color: rgb(201,3,92); }

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

border-color css

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

 span { border-color: rgb(201,3,92); }

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