Html Css Color HEX #C4095A Ruby

📋 copy color: '#C4095A'

red 196 ◦ green 9 ◦ blue 90

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

Shades of Ruby #C4095A

Tints of Ruby #C4095A

RGB

 RED value IS 196 (76.95% from 255) = 66.44%

 GREEN value IS 9 (3.91% from 255) = 3.05%

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 66.44%
G = 3.05%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4095A (or 0xC4095A) is known color: Ruby. HEX triplet: C4, 09 and 5A. RGB value is (196,9,90). Sum of RGB (Red+Green+Blue) = 196+9+90=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4095A is #3BF6A5. Grayscale: #4A4A4A. Windows color (decimal): -3929766 or 5900740. OLE color: 5900740.

HSL color Cylindrical-coordinate representation of color #C4095A: hue angle of 334.01º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4095A is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 9 90 -
CMYK 0 0.95 0.54 0.23
HSL 334.01º 0.91% 0.4% -
HSV(B) 334.01º 0.95% 0.77% -
XYZ 24.71 12.67 10.82 -
YUV 74.15 136.95 214.91 -
System Red Green Blue C M Y K H S L
Decimal 196 9 90 0 0.95 0.54 0.23 334.01 0.91 0.4
Hex C4 9 5A 0 5F 36 17 14E 5B 28
Octal 304 11 132 0 137 66 27 516 133 50
Binary 11000100 1001 1011010 0 1011111 110110 10111 101001110 1011011 101000

Color Harmonies of #C4095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4095A

Black with #C4095A

Text Example


Text Example

White with #C4095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4095A; }

 p { color: rgb(196,9,90); }

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

background-color css

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

 a { background-color: rgb(196,9,90); }

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

border-color css

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

 span { border-color: rgb(196,9,90); }

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