Html Css Color HEX #C4055C Ruby

📋 copy color: '#C4055C'

red 196 ◦ green 5 ◦ blue 92

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

Shades of Ruby #C4055C

Tints of Ruby #C4055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

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

R = 66.89%
G = 1.71%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4055C (or 0xC4055C) is known color: Ruby. HEX triplet: C4, 05 and 5C. RGB value is (196,5,92). Sum of RGB (Red+Green+Blue) = 196+5+92=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C4055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4055C is #3BFAA3. Grayscale: #474747. Windows color (decimal): -3930788 or 6030788. OLE color: 6030788.

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

Color convert

RGB 196 5 92 -
CMYK 0 0.97 0.53 0.23
HSL 332.67º 0.95% 0.39% -
HSV(B) 332.67º 0.97% 0.77% -
XYZ 24.75 12.62 11.26 -
YUV 72.03 139.28 216.43 -
System Red Green Blue C M Y K H S L
Decimal 196 5 92 0 0.97 0.53 0.23 332.67 0.95 0.39
Hex C4 5 5C 0 61 35 17 14D 5F 27
Octal 304 5 134 0 141 65 27 515 137 47
Binary 11000100 101 1011100 0 1100001 110101 10111 101001101 1011111 100111

Color Harmonies of #C4055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4055C

Black with #C4055C

Text Example


Text Example

White with #C4055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4055C; }

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

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

background-color css

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

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

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

border-color css

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

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

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