Html Css Color HEX #C4085C Ruby

📋 copy color: '#C4085C'

red 196 ◦ green 8 ◦ blue 92

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

Shades of Ruby #C4085C

Tints of Ruby #C4085C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

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

R = 66.22%
G = 2.7%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4085C (or 0xC4085C) is known color: Ruby. HEX triplet: C4, 08 and 5C. RGB value is (196,8,92). Sum of RGB (Red+Green+Blue) = 196+8+92=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C4085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4085C is #3BF7A3. Grayscale: #494949. Windows color (decimal): -3930020 or 6031556. OLE color: 6031556.

HSL color Cylindrical-coordinate representation of color #C4085C: hue angle of 333.19º degrees, saturation: 0.92, 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 #C4085C is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 8 92 -
CMYK 0 0.96 0.53 0.23
HSL 333.19º 0.92% 0.4% -
HSV(B) 333.19º 0.96% 0.77% -
XYZ 24.78 12.68 11.27 -
YUV 73.79 138.28 215.17 -
System Red Green Blue C M Y K H S L
Decimal 196 8 92 0 0.96 0.53 0.23 333.19 0.92 0.4
Hex C4 8 5C 0 60 35 17 14D 5C 28
Octal 304 10 134 0 140 65 27 515 134 50
Binary 11000100 1000 1011100 0 1100000 110101 10111 101001101 1011100 101000

Color Harmonies of #C4085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4085C

Black with #C4085C

Text Example


Text Example

White with #C4085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4085C; }

 p { color: rgb(196,8,92); }

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

background-color css

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

 a { background-color: rgb(196,8,92); }

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

border-color css

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

 span { border-color: rgb(196,8,92); }

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