Html Css Color HEX #C30854 Ruby

📋 copy color: '#C30854'

red 195 ◦ green 8 ◦ blue 84

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

Shades of Ruby #C30854

Tints of Ruby #C30854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.27%

R = 67.94%
G = 2.79%
B = 29.27%

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

#C30854 (or 0xC30854) is known color: Ruby. HEX triplet: C3, 08 and 54. RGB value is (195,8,84). Sum of RGB (Red+Green+Blue) = 195+8+84=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C30854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30854 is #3CF7AB. Grayscale: #484848. Windows color (decimal): -3995564 or 5507267. OLE color: 5507267.

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

Color convert

RGB 195 8 84 -
CMYK 0 0.96 0.57 0.24
HSL 335.62º 0.92% 0.4% -
HSV(B) 335.62º 0.96% 0.76% -
XYZ 24.19 12.42 9.51 -
YUV 72.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 195 8 84 0 0.96 0.57 0.24 335.62 0.92 0.4
Hex C3 8 54 0 60 39 18 150 5C 28
Octal 303 10 124 0 140 71 30 520 134 50
Binary 11000011 1000 1010100 0 1100000 111001 11000 101010000 1011100 101000

Color Harmonies of #C30854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30854

Black with #C30854

Text Example


Text Example

White with #C30854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30854; }

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

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

background-color css

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

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

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

border-color css

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

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

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