Html Css Color HEX #C4065B Ruby

📋 copy color: '#C4065B'

red 196 ◦ green 6 ◦ blue 91

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

Shades of Ruby #C4065B

Tints of Ruby #C4065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

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

R = 66.89%
G = 2.05%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4065B (or 0xC4065B) is known color: Ruby. HEX triplet: C4, 06 and 5B. RGB value is (196,6,91). Sum of RGB (Red+Green+Blue) = 196+6+91=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C4065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4065B is #3BF9A4. Grayscale: #484848. Windows color (decimal): -3930533 or 5965508. OLE color: 5965508.

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

Color convert

RGB 196 6 91 -
CMYK 0 0.97 0.54 0.23
HSL 333.16º 0.94% 0.4% -
HSV(B) 333.16º 0.97% 0.77% -
XYZ 24.72 12.62 11.03 -
YUV 72.5 138.45 216.09 -
System Red Green Blue C M Y K H S L
Decimal 196 6 91 0 0.97 0.54 0.23 333.16 0.94 0.4
Hex C4 6 5B 0 61 36 17 14D 5E 28
Octal 304 6 133 0 141 66 27 515 136 50
Binary 11000100 110 1011011 0 1100001 110110 10111 101001101 1011110 101000

Color Harmonies of #C4065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4065B

Black with #C4065B

Text Example


Text Example

White with #C4065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4065B; }

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

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

background-color css

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

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

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

border-color css

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

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

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