Html Css Color HEX #C30C56 Ruby

📋 copy color: '#C30C56'

red 195 ◦ green 12 ◦ blue 86

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

Shades of Ruby #C30C56

Tints of Ruby #C30C56

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.1%

 BLUE value IS 86 (33.98% from 255) = 29.35%

R = 66.55%
G = 4.1%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C30C56 (or 0xC30C56) is known color: Ruby. HEX triplet: C3, 0C and 56. RGB value is (195,12,86). Sum of RGB (Red+Green+Blue) = 195+12+86=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C56 is #3CF3A9. Grayscale: #4B4B4B. Windows color (decimal): -3994538 or 5639363. OLE color: 5639363.

HSL color Cylindrical-coordinate representation of color #C30C56: hue angle of 335.74º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30C56 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 12 86 -
CMYK 0 0.94 0.56 0.24
HSL 335.74º 0.88% 0.41% -
HSV(B) 335.74º 0.94% 0.76% -
XYZ 24.32 12.54 9.94 -
YUV 75.15 134.13 213.48 -
System Red Green Blue C M Y K H S L
Decimal 195 12 86 0 0.94 0.56 0.24 335.74 0.88 0.41
Hex C3 C 56 0 5E 38 18 150 58 29
Octal 303 14 126 0 136 70 30 520 130 51
Binary 11000011 1100 1010110 0 1011110 111000 11000 101010000 1011000 101001

Color Harmonies of #C30C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30C56

Black with #C30C56

Text Example


Text Example

White with #C30C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30C56; }

 p { color: rgb(195,12,86); }

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

background-color css

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

 a { background-color: rgb(195,12,86); }

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

border-color css

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

 span { border-color: rgb(195,12,86); }

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