Html Css Color HEX #C5065C Ruby

📋 copy color: '#C5065C'

red 197 ◦ green 6 ◦ blue 92

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

Shades of Ruby #C5065C

Tints of Ruby #C5065C

RGB

 RED value IS 197 (77.34% from 255) = 66.78%

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

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

R = 66.78%
G = 2.03%
B = 31.19%

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

#C5065C (or 0xC5065C) is known color: Ruby. HEX triplet: C5, 06 and 5C. RGB value is (197,6,92). Sum of RGB (Red+Green+Blue) = 197+6+92=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5065C is #3AF9A3. Grayscale: #484848. Windows color (decimal): -3864996 or 6031045. OLE color: 6031045.

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

Color convert

RGB 197 6 92 -
CMYK 0 0.97 0.53 0.23
HSL 332.98º 0.94% 0.4% -
HSV(B) 332.98º 0.97% 0.77% -
XYZ 25.02 12.77 11.27 -
YUV 72.91 138.78 216.51 -
System Red Green Blue C M Y K H S L
Decimal 197 6 92 0 0.97 0.53 0.23 332.98 0.94 0.4
Hex C5 6 5C 0 61 35 17 14D 5E 28
Octal 305 6 134 0 141 65 27 515 136 50
Binary 11000101 110 1011100 0 1100001 110101 10111 101001101 1011110 101000

Color Harmonies of #C5065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5065C

Black with #C5065C

Text Example


Text Example

White with #C5065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5065C; }

 p { color: rgb(197,6,92); }

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

background-color css

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

 a { background-color: rgb(197,6,92); }

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

border-color css

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

 span { border-color: rgb(197,6,92); }

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