Html Css Color HEX #C30650 Ruby

📋 copy color: '#C30650'

red 195 ◦ green 6 ◦ blue 80

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

Shades of Ruby #C30650

Tints of Ruby #C30650

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 80 (31.64% from 255) = 28.47%

R = 69.4%
G = 2.14%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C30650 (or 0xC30650) is known color: Ruby. HEX triplet: C3, 06 and 50. RGB value is (195,6,80). Sum of RGB (Red+Green+Blue) = 195+6+80=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C30650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30650 is #3CF9AF. Grayscale: #464646. Windows color (decimal): -3996080 or 5244611. OLE color: 5244611.

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

Color convert

RGB 195 6 80 -
CMYK 0 0.97 0.59 0.24
HSL 336.51º 0.94% 0.39% -
HSV(B) 336.51º 0.97% 0.76% -
XYZ 24.02 12.31 8.7 -
YUV 70.95 133.12 216.48 -
System Red Green Blue C M Y K H S L
Decimal 195 6 80 0 0.97 0.59 0.24 336.51 0.94 0.39
Hex C3 6 50 0 61 3B 18 151 5E 27
Octal 303 6 120 0 141 73 30 521 136 47
Binary 11000011 110 1010000 0 1100001 111011 11000 101010001 1011110 100111

Color Harmonies of #C30650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30650

Black with #C30650

Text Example


Text Example

White with #C30650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30650; }

 p { color: rgb(195,6,80); }

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

background-color css

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

 a { background-color: rgb(195,6,80); }

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

border-color css

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

 span { border-color: rgb(195,6,80); }

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