Html Css Color HEX #C30853 Ruby

📋 copy color: '#C30853'

red 195 ◦ green 8 ◦ blue 83

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

Shades of Ruby #C30853

Tints of Ruby #C30853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.02%

R = 68.18%
G = 2.8%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C30853 (or 0xC30853) is known color: Ruby. HEX triplet: C3, 08 and 53. RGB value is (195,8,83). Sum of RGB (Red+Green+Blue) = 195+8+83=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C30853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30853 is #3CF7AC. Grayscale: #484848. Windows color (decimal): -3995565 or 5441731. OLE color: 5441731.

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

Color convert

RGB 195 8 83 -
CMYK 0 0.96 0.57 0.24
HSL 335.94º 0.92% 0.4% -
HSV(B) 335.94º 0.96% 0.76% -
XYZ 24.15 12.4 9.3 -
YUV 72.46 133.95 215.4 -
System Red Green Blue C M Y K H S L
Decimal 195 8 83 0 0.96 0.57 0.24 335.94 0.92 0.4
Hex C3 8 53 0 60 39 18 150 5C 28
Octal 303 10 123 0 140 71 30 520 134 50
Binary 11000011 1000 1010011 0 1100000 111001 11000 101010000 1011100 101000

Color Harmonies of #C30853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30853

Black with #C30853

Text Example


Text Example

White with #C30853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30853; }

 p { color: rgb(195,8,83); }

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

background-color css

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

 a { background-color: rgb(195,8,83); }

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

border-color css

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

 span { border-color: rgb(195,8,83); }

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