Html Css Color HEX #C30758 Ruby

📋 copy color: '#C30758'

red 195 ◦ green 7 ◦ blue 88

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

Shades of Ruby #C30758

Tints of Ruby #C30758

RGB

 RED value IS 195 (76.56% from 255) = 67.24%

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

 BLUE value IS 88 (34.77% from 255) = 30.34%

R = 67.24%
G = 2.41%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C30758 (or 0xC30758) is known color: Ruby. HEX triplet: C3, 07 and 58. RGB value is (195,7,88). Sum of RGB (Red+Green+Blue) = 195+7+88=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C30758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30758 is #3CF8A7. Grayscale: #484848. Windows color (decimal): -3995816 or 5769155. OLE color: 5769155.

HSL color Cylindrical-coordinate representation of color #C30758: hue angle of 334.15º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30758 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 7 88 -
CMYK 0 0.96 0.55 0.24
HSL 334.15º 0.93% 0.4% -
HSV(B) 334.15º 0.96% 0.76% -
XYZ 24.34 12.46 10.35 -
YUV 72.45 136.78 215.41 -
System Red Green Blue C M Y K H S L
Decimal 195 7 88 0 0.96 0.55 0.24 334.15 0.93 0.4
Hex C3 7 58 0 60 37 18 14E 5D 28
Octal 303 7 130 0 140 67 30 516 135 50
Binary 11000011 111 1011000 0 1100000 110111 11000 101001110 1011101 101000

Color Harmonies of #C30758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30758

Black with #C30758

Text Example


Text Example

White with #C30758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30758; }

 p { color: rgb(195,7,88); }

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

background-color css

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

 a { background-color: rgb(195,7,88); }

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

border-color css

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

 span { border-color: rgb(195,7,88); }

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