Html Css Color HEX #C5075C Ruby

📋 copy color: '#C5075C'

red 197 ◦ green 7 ◦ blue 92

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

Shades of Ruby #C5075C

Tints of Ruby #C5075C

RGB

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

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

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

R = 66.55%
G = 2.36%
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

#C5075C (or 0xC5075C) is known color: Ruby. HEX triplet: C5, 07 and 5C. RGB value is (197,7,92). Sum of RGB (Red+Green+Blue) = 197+7+92=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5075C is #3AF8A3. Grayscale: #494949. Windows color (decimal): -3864740 or 6031301. OLE color: 6031301.

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

Color convert

RGB 197 7 92 -
CMYK 0 0.96 0.53 0.23
HSL 333.16º 0.93% 0.4% -
HSV(B) 333.16º 0.96% 0.77% -
XYZ 25.03 12.79 11.28 -
YUV 73.5 138.45 216.09 -
System Red Green Blue C M Y K H S L
Decimal 197 7 92 0 0.96 0.53 0.23 333.16 0.93 0.4
Hex C5 7 5C 0 60 35 17 14D 5D 28
Octal 305 7 134 0 140 65 27 515 135 50
Binary 11000101 111 1011100 0 1100000 110101 10111 101001101 1011101 101000

Color Harmonies of #C5075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5075C

Black with #C5075C

Text Example


Text Example

White with #C5075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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