Html Css Color HEX #C4075B Ruby

📋 copy color: '#C4075B'

red 196 ◦ green 7 ◦ blue 91

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

Shades of Ruby #C4075B

Tints of Ruby #C4075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.38%

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 66.67%
G = 2.38%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4075B (or 0xC4075B) is known color: Ruby. HEX triplet: C4, 07 and 5B. RGB value is (196,7,91). Sum of RGB (Red+Green+Blue) = 196+7+91=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4075B is #3BF8A4. Grayscale: #484848. Windows color (decimal): -3930277 or 5965764. OLE color: 5965764.

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

Color convert

RGB 196 7 91 -
CMYK 0 0.96 0.54 0.23
HSL 333.33º 0.93% 0.4% -
HSV(B) 333.33º 0.96% 0.77% -
XYZ 24.73 12.64 11.03 -
YUV 73.09 138.12 215.67 -
System Red Green Blue C M Y K H S L
Decimal 196 7 91 0 0.96 0.54 0.23 333.33 0.93 0.4
Hex C4 7 5B 0 60 36 17 14D 5D 28
Octal 304 7 133 0 140 66 27 515 135 50
Binary 11000100 111 1011011 0 1100000 110110 10111 101001101 1011101 101000

Color Harmonies of #C4075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4075B

Black with #C4075B

Text Example


Text Example

White with #C4075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4075B; }

 p { color: rgb(196,7,91); }

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

background-color css

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

 a { background-color: rgb(196,7,91); }

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

border-color css

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

 span { border-color: rgb(196,7,91); }

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